From c8427dc3b4077cbc19f089001f403ea7578c86cc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 4 Dec 2013 15:48:42 -0500 Subject: Remove comment prefix Merge with insert prefix --- init/20-keymaps.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'init/20-keymaps.el') diff --git a/init/20-keymaps.el b/init/20-keymaps.el index 6a77a3d..316c172 100644 --- a/init/20-keymaps.el +++ b/init/20-keymaps.el @@ -4,9 +4,6 @@ (define-prefix-command 'kill-map) (global-set-key (kbd "C-c k") 'kill-map) -(define-prefix-command 'comment-map) -(global-set-key (kbd "C-c c") 'comment-map) - (define-prefix-command 'insert-map) (global-set-key (kbd "C-c i") 'insert-map) -- cgit v1.2.3