aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 53eb019..b3c229d 100644
--- a/init.el
+++ b/init.el
@@ -1271,7 +1271,7 @@
1271;; each line separately. 1271;; each line separately.
1272;; --------------------------------- 1272;; ---------------------------------
1273 1273
1274(global-set-key (kbd "M-;") 'comment-line) 1274(global-set-key (kbd "C-;") 'comment-line)
1275(global-set-key (kbd "C-M-;") 'comment-or-uncomment-region) 1275(global-set-key (kbd "C-M-;") 'comment-or-uncomment-region)
1276 1276
1277 1277