Move from Moody to doom-modeline

This commit is contained in:
Gergely Polonkai 2023-08-30 16:55:20 +02:00
parent cf0813bc7c
commit ad14675eba
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 9 additions and 10 deletions

View File

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