mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Remove unnecessary use-package :defer
This commit is contained in:
parent
aad3026ce8
commit
a5c656074b
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ In `init.el`,
|
||||||
``` emacs-lisp
|
``` emacs-lisp
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
|
||||||
:hook (after-init . doom-modeline-init))
|
:hook (after-init . doom-modeline-init))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue