diff options
Diffstat (limited to 'users/grfn/emacs.d/+bindings.el')
-rw-r--r-- | users/grfn/emacs.d/+bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index e05c191d33c7..35945fd415e2 100644 --- a/users/grfn/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -119,6 +119,7 @@ private/hlissner/snippets." (evil-set-command-property 'flycheck-next-error :repeat nil) (evil-set-command-property 'flycheck-prev-error :repeat nil) +(evil-set-command-property 'flycheck-previous-error :repeat nil) (evil-set-command-property 'smerge-next :repeat nil) (evil-set-command-property 'smerge-prev :repeat nil) |