mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1110 from UndeadKernel/fix_flycheck-bind
bindings: correctly detect if syntax-checker is on
This commit is contained in:
@ -204,7 +204,7 @@
|
||||
"RET" #'flyspell-correct-word-generic
|
||||
[mouse-1] #'flyspell-correct-word-generic))
|
||||
|
||||
(:when (featurep! :completion syntax-checker)
|
||||
(:when (featurep! :feature syntax-checker)
|
||||
:m "]e" #'next-error
|
||||
:m "[e" #'previous-error
|
||||
(:after flycheck
|
||||
|
Reference in New Issue
Block a user