From 7869360008d87ca4b459c703f4894625dd8181cc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 01:59:44 -0500 Subject: Follow Purcell's emacs.d structure User init files are added using provide/require. https://github.com/purcell/emacs.d --- init/20-keymaps.el | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 init/20-keymaps.el (limited to 'init/20-keymaps.el') diff --git a/init/20-keymaps.el b/init/20-keymaps.el deleted file mode 100644 index 4cc8223..0000000 --- a/init/20-keymaps.el +++ /dev/null @@ -1,16 +0,0 @@ -(define-prefix-command 'replace-map) -(global-set-key (kbd "C-c r") 'replace-map) - -(define-prefix-command 'kill-map) -(global-set-key (kbd "C-c k") 'kill-map) - -(define-prefix-command 'insert-map) -(global-set-key (kbd "C-c i") 'insert-map) - -;; multiple cursors -;; 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