From 99d62777b2aaa1b75778d72d33cb4a4ecfea8448 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 12 Mar 2021 07:02:38 +0000 Subject: (Emacs)+command to compile via comint mode This makes passwords easier to enter as well as managing user interaction through =(compile)=. --- Emacs/.config/emacs/config.org | 5 ++++- 1 file changed, 4 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 8b61830..6a659c7 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -290,7 +290,10 @@ moment), bind to general some basic binds. :straight nil :general (leader - "cc" #'compile)) + "cc" #'compile + "cC" (proc (interactive) + (let ((current-prefix-arg '(1))) + (call-interactively #'compile))))) (use-package imenu :straight nil -- cgit v1.2.3-13-gbd6f