From a8351ea00e146b89a17f158b9aa563a4f0d2642d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 16 Jul 2018 18:28:19 -0400 Subject: Support flycheck-next-error KBD Start using Flycheck to navigate code more frequently by promoting error navigation as a leader-prefixed KBD. --- emacs.d/wpc/packages/wpc-keybindings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d/wpc/packages/wpc-keybindings.el') diff --git a/emacs.d/wpc/packages/wpc-keybindings.el b/emacs.d/wpc/packages/wpc-keybindings.el index d2546b3f0e94..2c15b0df3a67 100644 --- a/emacs.d/wpc/packages/wpc-keybindings.el +++ b/emacs.d/wpc/packages/wpc-keybindings.el @@ -71,6 +71,7 @@ "p" #'counsel-git-grep "P" #'counsel-git-grep "f" #'wpc/find-file + "n" #'flycheck-next-error "N" #'smerge-next "P" #'smerge-prev "s" #'slack-send-code-snippet -- cgit 1.4.1