comment-or-uncomment region hotkey.

This commit is contained in:
2025-05-06 12:52:51 -07:00
parent 64f3fab0ed
commit 29f0d8a4e2

View File

@@ -68,6 +68,7 @@ present on disk."
(global-auto-complete-mode t)
(ac-set-trigger-key "<C-tab>")
(global-set-key (kbd "<C-tab>") 'ac-expand)
(global-set-key (kbd "C-c /") 'comment-or-uncomment-region)
;; eshell is pretty okay
(setq eshell-directory-name (cache-path "eshell"))