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