git.fiddlerwoaroof.com
Browse code

bug(emacs): make sure theme loaded

fiddlerwoaroof authored on 10/02/2020 23:04:34
Showing 1 changed files
... ...
@@ -6,8 +6,7 @@
6 6
 (let ((my-theme-path (expand-file-name "~/.emacs.d/themes/")))
7 7
   (add-to-list 'load-path my-theme-path)
8 8
   (add-to-list 'custom-theme-load-path my-theme-path)
9
-  (when (display-graphic-p)
10
-    (load-theme 'fwoar-zenburn t)))
9
+  (load-theme 'fwoar-zenburn t))
11 10
 
12 11
 (progn (setq default-frame-alist
13 12
              '((vertical-scroll-bars . nil)