Update config in README.

This commit is contained in:
Vincent Zhang 2018-06-12 23:56:12 +08:00
parent 3e6933a1dc
commit 8dc1ea02e2

View file

@ -32,6 +32,7 @@ In `init.el`,
``` emacs-lisp ``` emacs-lisp
(use-package doom-modeline (use-package doom-modeline
:ensure t :ensure t
:defer t
:init (add-hook 'after-init-hook #'+doom-modeline|init)) :init (add-hook 'after-init-hook #'+doom-modeline|init))
``` ```