summaryrefslogtreecommitdiff
path: root/evil-flycheck.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2017-11-27 22:36:52 -0800
committerJames Nguyen <james@jojojames.com>2017-11-27 22:36:52 -0800
commitd5594a515dd888cf6ef904ffe34642aec320f808 (patch)
tree6bf5afd867406ca300ba55691e82d65af1a8a4aa /evil-flycheck.el
parentffa7e1a427d4007b9f3c3c0c8b9512b08a77b743 (diff)
Flycheck: Remove # and add quit-window
Diffstat (limited to 'evil-flycheck.el')
-rw-r--r--evil-flycheck.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/evil-flycheck.el b/evil-flycheck.el
index 03e5655..aafd302 100644
--- a/evil-flycheck.el
+++ b/evil-flycheck.el
@@ -42,11 +42,12 @@
(kbd "C-k") 'flycheck-error-list-previous-error
"]" 'flycheck-error-list-next-error
"[" 'flycheck-error-list-previous-error
- "gr" #'flycheck-error-list-check-source
- "s" #'flycheck-error-list-set-filter
- "S" #'flycheck-error-list-reset-filter
- "x" #'flycheck-error-list-explain-error
- (kbd "<return>") #'flycheck-error-list-goto-error))
+ "gr" 'flycheck-error-list-check-source
+ "s" 'flycheck-error-list-set-filter
+ "S" 'flycheck-error-list-reset-filter
+ "x" 'flycheck-error-list-explain-error
+ (kbd "<return>") 'flycheck-error-list-goto-error
+ "q" 'quit-window))
(provide 'evil-flycheck)
;;; evil-flycheck.el ends here