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