doom-modeline -> moody
This commit is contained in:
12
README.org
12
README.org
@@ -142,21 +142,19 @@ Theme source: [[https://gitlab.com/protesilaos/modus-themes][Modus Operandi]]
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package modus-operandi-theme)
|
(use-package modus-operandi-theme)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Modeline
|
** Modeline
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package doom-modeline
|
(use-package moody
|
||||||
:ensure t
|
:config
|
||||||
:hook (after-init . doom-modeline-mode))
|
(setq x-underline-at-descent-line t)
|
||||||
|
(moody-replace-mode-line-buffer-identification)
|
||||||
|
(moody-replace-vc-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Minions Menu
|
|
||||||
Add a menu to the modeline to access all minor modes.
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package minions
|
(use-package minions
|
||||||
:config (minions-mode 1))
|
:config (minions-mode 1))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Font
|
** Font
|
||||||
Set up the fonts that should be used by emacs.
|
Set up the fonts that should be used by emacs.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user