From 9cc1c0512a9a191f9d2c2a010b771eb0bf7607b6 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 23 Jun 2017 11:46:09 -0400 Subject: [PATCH] Adds kbds to cycle through flycheck errors --- configs/.emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/.emacs b/configs/.emacs index 26200221d..a72b32471 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -369,6 +369,8 @@ :config (evil-leader/set-leader "") (evil-leader/set-key + "[" 'flycheck-previous-error + "]" 'flycheck-next-error "w" 'toggle-truncate-lines "x" 'helm-M-x "" 'wc/switch-to-mru-buffer