Fix issue with use-package installation

One `)` missing
This commit is contained in:
Ying Kanyang (Harry Ying) 2020-02-23 10:07:20 +08:00 committed by GitHub
parent a25dc7267e
commit 3974e50b53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.