diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 6269f348f..204638e03 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -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 | diff --git a/layers/+checkers/syntax-checking/packages.el b/layers/+checkers/syntax-checking/packages.el index 4d3b91830..b8ea99ab3 100644 --- a/layers/+checkers/syntax-checking/packages.el +++ b/layers/+checkers/syntax-checking/packages.el @@ -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