(Emacs)+command to compile via comint mode

This makes passwords easier to enter as well as managing user
interaction through =(compile)=.
This commit is contained in:
2021-03-12 07:02:38 +00:00
parent e55660a67d
commit 99d62777b2

View File

@@ -290,7 +290,10 @@ moment), bind to general some basic binds.
:straight nil :straight nil
:general :general
(leader (leader
"cc" #'compile)) "cc" #'compile
"cC" (proc (interactive)
(let ((current-prefix-arg '(1)))
(call-interactively #'compile)))))
(use-package imenu (use-package imenu
:straight nil :straight nil