added non-special keybindings for comment-or-uncomment-region-or-line

This commit is contained in:
2011-11-29 23:58:56 +00:00
parent 387837c8cb
commit 64c21f2ba6

View File

@@ -53,6 +53,10 @@
;; Goto line
(global-set-key (kbd "C-c C-l") 'goto-line)
;; Comment or uncomment line
(global-set-key (kbd "C-c /") 'comment-or-uncomment-region-or-line)
(global-set-key (kbd "C-c C-/") 'comment-or-uncomment-region-or-line)
;; Align Equal Signs (via helpers.el)
;; (global-set-key (kbd "M-s-") 'align-equal-signs)