diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-23T15·46-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-23T15·46-0400 |
commit | 9cc1c0512a9a191f9d2c2a010b771eb0bf7607b6 (patch) | |
tree | 4d6405aa81db54f2aab8d5c9f8dd0bd4fd807502 /configs/.emacs | |
parent | bcde7fabc420e4df9b70999d77037c4510816a80 (diff) |
Adds kbds to cycle through flycheck errors
Diffstat (limited to 'configs/.emacs')
-rw-r--r-- | configs/.emacs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/.emacs b/configs/.emacs index 26200221dcba..a72b32471ff1 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -369,6 +369,8 @@ :config (evil-leader/set-leader "<SPC>") (evil-leader/set-key + "[" 'flycheck-previous-error + "]" 'flycheck-next-error "w" 'toggle-truncate-lines "x" 'helm-M-x "<SPC>" 'wc/switch-to-mru-buffer |