diff options
author | Griffin Smith <root@gws.fyi> | 2022-09-26T14·10-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-09-26T14·19+0000 |
commit | 27b6f29550420072c68919c3511e1f221d7cad7c (patch) | |
tree | 842934351afc1d2a04b7a0a69a9f33f1e3cdd2fd /users/grfn | |
parent | 4cbd805e8a7beef68bb022180a5a11878268eae0 (diff) |
fix(grfn/emacs): flycheck-previous-error also exists r/4971
...in addition to flycheck-prev-error? I'm not sure if that one also still exists or if it was just renamed. Change-Id: Ibac4965549eeb24fe8e29de42b7d706375ae2aef Reviewed-on: https://cl.tvl.fyi/c/depot/+/6791 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-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) |