From 27b6f29550420072c68919c3511e1f221d7cad7c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 26 Sep 2022 10:10:39 -0400 Subject: fix(grfn/emacs): flycheck-previous-error also exists ...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 Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/emacs.d/+bindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index e05c191d33..35945fd415 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) -- cgit 1.4.1