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.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/20-keymaps.el b/init/20-keymaps.el
index f694d16..6a77a3d 100644
--- a/init/20-keymaps.el
+++ b/init/20-keymaps.el
@@ -14,3 +14,6 @@
;; put under insert prefix
(define-prefix-command 'multiple-cursors-map)
(define-key insert-map "m" 'multiple-cursors-map)
+
+(define-prefix-command 'external-map)
+(global-set-key (kbd "C-c x") 'external-map)