Merge pull request #91 from BlindingDark/BlindingDark-patch-1

Remove unnecessary use-package :defer
This commit is contained in:
Vincent Zhang 2019-01-11 15:21:31 +08:00 committed by GitHub
commit 0e4699dd0e
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))
```