(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!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user