From 4e26c2c221c268d56fae0599093f300d1293a62f Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 29 Mar 2025 09:12:26 +0000 Subject: emacs: Bind a few useful Flymake commands --- emacs/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 7604227..301a164 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -224,6 +224,14 @@ (eshell-scroll-show-maximum-output nil))) +;; Flymake + +(use-package flymake + :bind (:map flymake-mode-map + ("s-[" . flymake-goto-prev-error) + ("s-]" . flymake-goto-next-error))) + + ;; Go (use-package go-mode -- cgit v1.2.3-70-g09d2