Update README.

This commit is contained in:
Vincent Zhang 2018-11-16 01:10:35 +08:00
parent 9701be775c
commit 37eb515ef4

View file

@ -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.