[Misc] Adding some code to improve mode line appearance

Using it not much, though.
This commit is contained in:
Daniel - 2019-04-14 13:44:39 +02:00
parent 13f449871d
commit 1d89673137
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 9 additions and 1 deletions

10
init.el
View File

@ -114,8 +114,9 @@
(dolist (mode '(global-undo-tree-mode (dolist (mode '(global-undo-tree-mode
ace-window-display-mode ace-window-display-mode
key-chord-mode key-chord-mode
sml/setup
ivy-mode ivy-mode
sml/setup
minions-mode
which-key-mode which-key-mode
eyebrowse-mode eyebrowse-mode
projectile-mode)) projectile-mode))
@ -1670,6 +1671,13 @@ search commands like `db/helm-shortcuts."
sml/name-width 30) sml/name-width 30)
:commands (sml/setup)) :commands (sml/setup))
(use-package minions
:commands (minions-mode))
(use-package moody
:commands (moody-replace-mode-line-buffer-identification
moody-replace-vc-mode))
;; * Dired ;; * Dired