From 0217fee4673b968a0d40b90e39710382602605b6 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 13 Sep 2022 20:49:48 +0100 Subject: (Emacs)+compile keybindings next-error, previous-error and recompile to make compilation easier: I can now traverse through errors and retry compiling without having to leave code buffers! --- Emacs/.config/emacs/config.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 1935d20..1bb518d 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -293,7 +293,11 @@ Add bindings for ~+literate/~ namespace, allows for quick reloads. "p" (proc (interactive) (find-file (concat user-emacs-directory "config.org")))) (leader - "cc" #'compile) + :infix "c" + "j" #'next-error + "k" #'previous-error + "c" #'compile + "C" #'recompile) (leader "si" #'imenu) -- cgit v1.2.3-13-gbd6f