diff --git a/init.el b/init.el index 54c664d..5f461f9 100644 --- a/init.el +++ b/init.el @@ -99,7 +99,11 @@ which-key-mode projectile-mode)) (ignore-errors ; don’t 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