mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix references to :tools fly{spell,check}
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
(use-package! flycheck-ledger
|
||||
:when (featurep! :tools flycheck)
|
||||
:when (featurep! :checkers syntax)
|
||||
:after ledger-mode)
|
||||
|
||||
|
||||
|
@ -6,5 +6,5 @@
|
||||
(when (featurep! :editor evil)
|
||||
(package! evil-ledger))
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-ledger))
|
||||
|
Reference in New Issue
Block a user