From 29f0d8a4e2a92431d93f3d20a0ad367c3312029b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 6 May 2025 12:52:51 -0700 Subject: [PATCH] comment-or-uncomment region hotkey. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index b5a4e34..5369f2e 100644 --- a/init.el +++ b/init.el @@ -68,6 +68,7 @@ present on disk." (global-auto-complete-mode t) (ac-set-trigger-key "") (global-set-key (kbd "") 'ac-expand) +(global-set-key (kbd "C-c /") 'comment-or-uncomment-region) ;; eshell is pretty okay (setq eshell-directory-name (cache-path "eshell"))