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

Enough to customize ‘sml/theme’ explicitly.

This reverts commit 535112b55a.
This commit is contained in:
Daniel - 2017-10-28 14:50:51 +02:00
parent 535112b55a
commit 0b04beeb3e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 5 deletions

View File

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