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
|
** Eye candy
|
||||||
|
|
||||||
*** Moody mode-line
|
*** Doom mode line
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package moody
|
(use-package doom-modeline
|
||||||
:config
|
:init
|
||||||
(moody-replace-mode-line-buffer-identification)
|
(doom-modeline-mode 1)
|
||||||
(moody-replace-vc-mode)
|
|
||||||
(set-face-attribute 'mode-line nil :box nil :foreground "#7e7486")
|
|
||||||
(set-face-attribute 'mode-line-inactive nil :box nil)
|
|
||||||
:custom
|
:custom
|
||||||
(moody-mode-line-height 18))
|
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode))
|
||||||
#+END_SRC
|
(doom-modeline-hud t)
|
||||||
|
(doom-modeline-minor-modes t))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Minions
|
*** Minions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user