comment-or-uncomment region hotkey.
This commit is contained in:
parent
64f3fab0ed
commit
29f0d8a4e2
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"))
|
||||||
|
|
Loading…
Reference in New Issue