From 28f94c3ab180af266c83faac4a4a7e71e8ebc972 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 21 Oct 2016 18:44:36 +0200 Subject: [PATCH] Define an empty keymap for rare(ish)ly used commands --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index cb69277..bf7685e 100644 --- a/init.el +++ b/init.el @@ -13,6 +13,11 @@ (package-refresh-contents) (package-install 'use-package)) +;; Set up my personal keymap early so I can use it in use-package +;; calls +(define-prefix-command 'gpolonkai/pers-map) +(define-key ctl-x-map "t" 'gpolonkai/pers-map) + ;; Add path to my custom lisp functions (add-to-list 'load-path (concat user-emacs-directory