mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Fix issue with use-package installation
One `)` missing
This commit is contained in:
parent
a25dc7267e
commit
3974e50b53
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ In `init.el`,
|
|||
``` emacs-lisp
|
||||
(use-package doom-modeline
|
||||
:ensure t
|
||||
:init (doom-modeline-mode 1)
|
||||
:init (doom-modeline-mode 1))
|
||||
```
|
||||
|
||||
This package requires the fonts included with `all-the-icons` to be installed.
|
||||
|
|
Loading…
Add table
Reference in a new issue