From 2514059391ebe3ab6d50ad0405a216cf48bbb360 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 31 Aug 2015 01:37:47 -0700 Subject: [PATCH] fix theme loading --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index ed4d674a..a2a07171 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2153,7 +2153,7 @@ window is active in the perspective." (progn (load-theme 'source-code-pro t) (message "not setting font"))) - (load-theme 'imalison:dark-theme t) + (load-theme imalison:dark-theme t) (imalison:remove-fringe-and-hl-line-mode) (message "finished set appearance"))