Remove unnecessary use-package :defer

This commit is contained in:
我没有抓狂 2019-01-11 15:03:34 +08:00 committed by GitHub
parent aad3026ce8
commit a5c656074b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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