[Emacs] Use flatland theme

This commit is contained in:
Ivan Malison 2016-11-13 09:50:51 +00:00
parent 774d1ea8fb
commit 894eb71c4b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4596,7 +4596,7 @@ load-theme hook (See the heading below).
** After ~load-theme~ hook
#+BEGIN_SRC emacs-lisp
(defvar imalison:light-theme 'solarized-light)
(defvar imalison:dark-theme 'material)
(defvar imalison:dark-theme 'flatland)
(defun imalison:after-load-theme (&rest _args)
(when (fboundp 'powerline-reset)