From 9892d838a0741b5607f48a505129f54abd296fb1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Apr 2019 14:06:10 +0200 Subject: [PATCH] [Misc] Replace smart-mode-line with calls to moody functions --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0e88c0c..e84036f 100644 --- a/init.el +++ b/init.el @@ -115,7 +115,6 @@ ace-window-display-mode key-chord-mode ivy-mode - sml/setup minions-mode which-key-mode eyebrowse-mode @@ -127,6 +126,10 @@ (with-demoted-errors "Cannot load `pdf-tools’: %s" (pdf-tools-install))) + (with-demoted-errors "Cannot activate moody: %s" + (moody-replace-mode-line-buffer-identification) + (moody-replace-vc-mode)) + ;; Global Hooks (add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy)