summaryrefslogtreecommitdiff
path: root/init/20-keymaps.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/20-keymaps.el')
-rw-r--r--init/20-keymaps.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/20-keymaps.el b/init/20-keymaps.el
index 316c172..4cc8223 100644
--- a/init/20-keymaps.el
+++ b/init/20-keymaps.el
@@ -8,7 +8,7 @@
(global-set-key (kbd "C-c i") 'insert-map)
;; multiple cursors
-;; put under insert prefix
+;; Put under insert prefix.
(define-prefix-command 'multiple-cursors-map)
(define-key insert-map "m" 'multiple-cursors-map)