mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 19:19:53 +00:00
Update README.
This commit is contained in:
parent
9701be775c
commit
37eb515ef4
1 changed files with 1 additions and 2 deletions
|
@ -39,11 +39,10 @@ In `init.el`,
|
||||||
### Use-package
|
### Use-package
|
||||||
|
|
||||||
``` emacs-lisp
|
``` emacs-lisp
|
||||||
;; Don't load after init time.
|
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:init (doom-modeline-init))
|
:hook (after-init . doom-modeline-init))
|
||||||
```
|
```
|
||||||
|
|
||||||
This package requires the fonts included with `all-the-icons` to be installed.
|
This package requires the fonts included with `all-the-icons` to be installed.
|
||||||
|
|
Loading…
Reference in a new issue