mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Format docs.
This commit is contained in:
parent
bd8e00ff61
commit
83c75bf562
1 changed files with 4 additions and 2 deletions
|
@ -237,7 +237,9 @@ Strongly recommend to use
|
||||||
'(bar matches buffer-info remote-host buffer-position parrot selection-info)
|
'(bar matches buffer-info remote-host buffer-position parrot selection-info)
|
||||||
'(misc-info minor-modes input-method buffer-encoding major-mode process vcs checker))
|
'(misc-info minor-modes input-method buffer-encoding major-mode process vcs checker))
|
||||||
```
|
```
|
||||||
2. Set it to default using the `doom-modeline-mode-hook`:
|
|
||||||
|
1. Set it to default using the `doom-modeline-mode-hook`:
|
||||||
|
|
||||||
```emacs-lisp
|
```emacs-lisp
|
||||||
(defun setup-custom-doom-modeline ()
|
(defun setup-custom-doom-modeline ()
|
||||||
(doom-modeline-set-modeline 'my-simple-line 'default))
|
(doom-modeline-set-modeline 'my-simple-line 'default))
|
||||||
|
|
Loading…
Reference in a new issue