summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-08 19:03:17 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-08 19:03:17 -0200
commit97cb255360172980e7b79ed6a8cb35abbc58f897 (patch)
treeb3067683f9ab3ff500584c2d40c4ccb40f740aa0 /lisp/bindings.el
parent61320cc95ca14ec282bb73307e9006fb1d6e7e80 (diff)
downloademacs-97cb255360172980e7b79ed6a8cb35abbc58f897.tar.gz
newcomment.el (comment-line): New command on C-x C-;.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 883914ecdc2..4cc9f6ad368 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -1130,6 +1130,7 @@ if `inhibit-field-text-motion' is non-nil."
(define-key esc-map "j" 'indent-new-comment-line)
(define-key esc-map "\C-j" 'indent-new-comment-line)
(define-key ctl-x-map ";" 'comment-set-column)
+(define-key ctl-x-map "C-;" 'comment-line)
(define-key ctl-x-map "f" 'set-fill-column)
(define-key ctl-x-map "$" 'set-selective-display)