From 71dd803accf032c521296a0dd3b7f0ed4aab0637 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Mar 2017 01:03:48 +0100 Subject: Emacs: Check for display system before setting theme --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ca111af..9bf9d34 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -131,6 +131,7 @@ Let’s try a basic theme. #+BEGIN_SRC emacs-lisp (use-package basic-theme + :if (display-graphic-p) :config (progn (load-theme 'basic t) -- cgit 1.4.1