From 30a050773f44bdcb2bf75474441068b85914fc7c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 3 Dec 2013 22:23:21 -0500 Subject: Add external keymap --- init/20-keymaps.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init/20-keymaps.el') 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) -- cgit v1.2.3