[Misc] Replace smart-mode-line with calls to moody functions

This commit is contained in:
Daniel - 2019-04-14 14:06:10 +02:00
parent 1d89673137
commit 9892d838a0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 1 deletions

View File

@ -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)