From ad14675eba1854c67a6e24f31aaefe52236085c3 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 30 Aug 2023 16:55:20 +0200 Subject: [PATCH] Move from Moody to doom-modeline --- configuration.org | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/configuration.org b/configuration.org index c2e70f8..4ee9801 100644 --- a/configuration.org +++ b/configuration.org @@ -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