From 502478ab5902e561530d47e1d09884291a5e8963 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 22 Jun 2025 09:47:13 +0100 Subject: emacs: Add Compilation mode configuration --- 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 bc0abf8..516880f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -184,6 +184,14 @@ (use-package google-c-style :defer t :ensure t) +;; Compile + +(use-package compile + :bind (:map compilation-mode-map + ("s-[" . compilation-previous-error) + ("s-]" . compilation-next-error))) + + ;; Dired (use-package dired -- cgit v1.2.3-70-g09d2