(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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user