[Init] Enable ‘smart-mode-line-dark’ explicitly

Don’t know why it’s not done automatically.  Maybe settings it in custom.el is
too early?
This commit is contained in:
Daniel - 2017-10-28 14:34:05 +02:00
parent 645356054f
commit 535112b55a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 1 deletions

View File

@ -99,7 +99,11 @@
which-key-mode
projectile-mode))
(ignore-errors ; dont barf if mode cannot be loaded
(funcall mode +1)))
(funcall mode +1)))
;; Theming (workaround, as this does not seem to be loaded from custom.el …)
(load-theme 'smart-mode-line-dark)
;; Global Hooks