mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +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
|
||||
|
||||
``` emacs-lisp
|
||||
;; Don't load after init time.
|
||||
(use-package doom-modeline
|
||||
:ensure 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.
|
||||
|
|
Loading…
Reference in a new issue