[Emacs] Improve imalison:appearance

This commit is contained in:
Ivan Malison 2016-10-17 15:03:36 -07:00
parent 8228d69703
commit 7fe5c9a6cd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4155,7 +4155,9 @@ load-theme hook (See the heading below).
(progn (progn
(load-theme 'source-code-pro t) (load-theme 'source-code-pro t)
(message "not setting font"))) (message "not setting font")))
(setq powerline-default-separator (if (display-graphic-p) 'wave 'utf-8))
(load-theme imalison:dark-theme t) (load-theme imalison:dark-theme t)
(spaceline-compile)
(imalison:remove-fringe-and-hl-line-mode)) (imalison:remove-fringe-and-hl-line-mode))
;; This is needed because you can't set the font or theme at daemon start-up. ;; This is needed because you can't set the font or theme at daemon start-up.