From 0b04beeb3e8fa02b09cf68e9baadacbc2b9a1bcd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 28 Oct 2017 14:50:51 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"[Init]=20Enable=20=E2=80=98smart-mode?= =?UTF-8?q?-line-dark=E2=80=99=20explicitly"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enough to customize ‘sml/theme’ explicitly. This reverts commit 535112b55abc2904d7cd7b9e54bf509e4ddc51e7. --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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