Move from Moody to doom-modeline
This commit is contained in:
parent
cf0813bc7c
commit
ad14675eba
@ -1857,18 +1857,17 @@ Unfortunately, this works only in a graphical mode.
|
||||
|
||||
** Eye candy
|
||||
|
||||
*** Moody mode-line
|
||||
*** Doom mode line
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package moody
|
||||
:config
|
||||
(moody-replace-mode-line-buffer-identification)
|
||||
(moody-replace-vc-mode)
|
||||
(set-face-attribute 'mode-line nil :box nil :foreground "#7e7486")
|
||||
(set-face-attribute 'mode-line-inactive nil :box nil)
|
||||
#+begin_src emacs-lisp
|
||||
(use-package doom-modeline
|
||||
:init
|
||||
(doom-modeline-mode 1)
|
||||
:custom
|
||||
(moody-mode-line-height 18))
|
||||
#+END_SRC
|
||||
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode))
|
||||
(doom-modeline-hud t)
|
||||
(doom-modeline-minor-modes t))
|
||||
#+end_src
|
||||
|
||||
*** Minions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user