From 0e27e61906fb6c5109a2db84924b618b688fb2e6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 24 Nov 2022 00:39:15 +0100 Subject: Add flymake keybindings --- emacs-init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs-init.el') diff --git a/emacs-init.el b/emacs-init.el index 58114669..bcf4cb75 100644 --- a/emacs-init.el +++ b/emacs-init.el @@ -182,7 +182,12 @@ :init (which-key-add-key-based-replacements "e" '("errors" . "Flymake")) :bind (("el" . flymake-show-buffer-diagnostics) - ("ep" . flymake-show-project-diagnostics)) + ("ep" . flymake-show-project-diagnostics) + ("en" . flymake-goto-next-error) + ("eN" . flymake-goto-prev-error) + ("eb" . flymake-start) + ("ec" . flymake-proc-compile) + ("eq" . flymake-proc-stop-all-syntax-checks)) :custom (flymake-suppress-zero-counters t "Don't show severity counters that are zero at all.")) -- cgit v1.2.3