From c8a2d2d4f3f527438b939d508ab65eaf6088e42d Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 30 Aug 2015 23:20:47 -0400 Subject: [PATCH] Move SPC e ? to SPC e h --- contrib/syntax-checking/packages.el | 4 ++-- doc/DOCUMENTATION.org | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/contrib/syntax-checking/packages.el b/contrib/syntax-checking/packages.el index 1a0879511..59b5bf422 100644 --- a/contrib/syntax-checking/packages.el +++ b/contrib/syntax-checking/packages.el @@ -111,9 +111,9 @@ If the error list is visible, hide it. Otherwise, show it." ;; key bindings (evil-leader/set-key "ec" 'flycheck-clear + "eh" 'flycheck-describe-checker "el" 'spacemacs/toggle-flycheck-error-list - "ev" 'flycheck-verify-setup - "e?" 'flycheck-describe-checker)))) + "ev" 'flycheck-verify-setup)))) (defun syntax-checking/init-flycheck-pos-tip () (use-package flycheck-pos-tip diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 44c4b5904..e29ea5b57 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -125,7 +125,7 @@ - [[#paste-micro-state][Paste Micro-state]] - [[#auto-indent-pasted-text][Auto-indent pasted text]] - [[#text-manipulation-commands][Text manipulation commands]] - - [[#searching-and-inserting-unicode-characters][Searching and inserting unicode characters]] + - [[#searching-and-inserting-unicode-characters][Searching and inserting Unicode characters]] - [[#smartparens-strict-mode][Smartparens Strict mode]] - [[#zooming][Zooming]] - [[#text][Text]] @@ -2333,13 +2333,15 @@ only performed at save time by default. Errors management commands (start with ~e~): - | Key Binding | Description | - |-------------+------------------------------------------------| - | ~SPC e c~ | clear all errors | - | ~SPC e f~ | toggle flycheck | - | ~SPC e l~ | display the =flycheck= list of errors/warnings | - | ~SPC e n~ | go to the next error | - | ~SPC e p~ | go to the previous error | + | Key Binding | Description | + |-------------+-----------------------------------------------------------------------| + | ~SPC e c~ | clear all errors | + | ~SPC e f~ | toggle flycheck | + | ~SPC e h~ | describe a flycheck checker | + | ~SPC e l~ | toggle the display of the =flycheck= list of errors/warnings | + | ~SPC e n~ | go to the next error | + | ~SPC e p~ | go to the previous error | + | ~SPC e v~ | verify flycheck setup (useful to debug 3rd party tools configuration) | Custom fringe bitmaps: