fix theme loading

This commit is contained in:
Ivan Malison 2015-08-31 01:37:47 -07:00
parent bfbe1f03f7
commit 2514059391

View File

@ -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"))