comment-or-uncomment region hotkey.
This commit is contained in:
1
init.el
1
init.el
@@ -68,6 +68,7 @@ present on disk."
|
|||||||
(global-auto-complete-mode t)
|
(global-auto-complete-mode t)
|
||||||
(ac-set-trigger-key "<C-tab>")
|
(ac-set-trigger-key "<C-tab>")
|
||||||
(global-set-key (kbd "<C-tab>") 'ac-expand)
|
(global-set-key (kbd "<C-tab>") 'ac-expand)
|
||||||
|
(global-set-key (kbd "C-c /") 'comment-or-uncomment-region)
|
||||||
|
|
||||||
;; eshell is pretty okay
|
;; eshell is pretty okay
|
||||||
(setq eshell-directory-name (cache-path "eshell"))
|
(setq eshell-directory-name (cache-path "eshell"))
|
||||||
|
|||||||
Reference in New Issue
Block a user