[flycheck] binds flycheck-copy-errors-as-kill to `SPC e y`

This commit is contained in:
Francesc Elies Henar 2017-03-22 10:00:59 +01:00 committed by Codruț Constantin Gușoi
parent 84460c5ef4
commit 8bb1cee649
2 changed files with 2 additions and 0 deletions

View File

@ -3345,6 +3345,7 @@ Errors management commands (start with ~e~):
| ~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 y~ | copy each error at cursor position into kill ring |
| ~SPC e v~ | verify flycheck setup (useful to debug 3rd party tools configuration) |
| ~SPC e .~ | error transient state |

View File

@ -37,6 +37,7 @@
"es" 'flycheck-select-checker
"eS" 'flycheck-set-checker-executable
"ev" 'flycheck-verify-setup
"ey" 'flycheck-copy-errors-as-kill
"ex" 'flycheck-explain-error-at-point)
(spacemacs|add-toggle syntax-checking
:mode flycheck-mode