bindings: correctly detect if syntax-checker is on
This commit is contained in:
parent
4b2dbe42a5
commit
6a55751679
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue