mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(syntax): s/use-package/use-package!
This commit is contained in:
committed by
Henrik Lissner
parent
90b1b221fe
commit
6c6cf955e7
@ -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
|
||||
|
Reference in New Issue
Block a user