Merge pull request #1110 from UndeadKernel/fix_flycheck-bind

bindings: correctly detect if syntax-checker is on
This commit is contained in:
Henrik Lissner 2019-01-20 14:11:09 -05:00 committed by GitHub
commit 8b8e01fd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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