fix(syntax): s/use-package/use-package!
This commit is contained in:
parent
90b1b221fe
commit
6c6cf955e7
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
|
||||
;;
|
||||
;;; Flymake
|
||||
(use-package flymake
|
||||
(use-package! flymake
|
||||
:when (modulep! +flymake)
|
||||
:defer t
|
||||
:init
|
||||
|
@ -94,7 +94,7 @@
|
|||
(setq flymake-fringe-indicator-position 'right-fringe))
|
||||
|
||||
|
||||
(use-package flymake-popon
|
||||
(use-package! flymake-popon
|
||||
:when (modulep! +flymake)
|
||||
:hook (flymake-mode . flymake-popon-mode)
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue