From 7fe5c9a6cd47be0f13cf104777c6abbca0492ca5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 17 Oct 2016 15:03:36 -0700 Subject: [PATCH] [Emacs] Improve imalison:appearance --- dotfiles/emacs.d/README.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a281de51..2c669176 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4153,10 +4153,12 @@ load-theme hook (See the heading below). (set-face-attribute 'default nil :height imalison:default-font-size-pt)) (progn - (load-theme 'source-code-pro t) - (message "not setting font"))) - (load-theme imalison:dark-theme t) - (imalison:remove-fringe-and-hl-line-mode)) + (load-theme 'source-code-pro t) + (message "not setting font"))) + (setq powerline-default-separator (if (display-graphic-p) 'wave 'utf-8)) + (load-theme imalison:dark-theme t) + (spaceline-compile) + (imalison:remove-fringe-and-hl-line-mode)) ;; This is needed because you can't set the font or theme at daemon start-up. ;; (when (display-graphic-p) (imalison:appearance))