mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix lint errors.
This commit is contained in:
parent
8dc1ea02e2
commit
ad01172070
2 changed files with 293 additions and 296 deletions
|
@ -33,7 +33,7 @@ In `init.el`,
|
|||
(use-package doom-modeline
|
||||
:ensure t
|
||||
:defer t
|
||||
:init (add-hook 'after-init-hook #'+doom-modeline|init))
|
||||
:init (add-hook 'after-init-hook #'doom-modeline-init))
|
||||
```
|
||||
|
||||
This package requires the fonts included with `all-the-icons` to be installed.
|
||||
|
|
587
doom-modeline.el
587
doom-modeline.el
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue