diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-16T22·28-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | a8351ea00e146b89a17f158b9aa563a4f0d2642d (patch) | |
tree | d508d419db9a0d2ae3f7704d9e1c38d32a4f4b25 /emacs.d/wpc/packages/wpc-keybindings.el | |
parent | 71b20680a960dd0c524dc8cab8bad7a4329a54f1 (diff) |
Support flycheck-next-error KBD
Start using Flycheck to navigate code more frequently by promoting error navigation as a leader-prefixed KBD.
Diffstat (limited to 'emacs.d/wpc/packages/wpc-keybindings.el')
-rw-r--r-- | emacs.d/wpc/packages/wpc-keybindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |