Add a docstring to my keymap

This commit is contained in:
Gergely Polonkai 2016-10-27 16:48:28 +02:00
parent c90582bb3b
commit 16efffafef
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
;; Set up my personal keymap early so I can use it in use-package
;; calls
(defvar gpolonkai/pers-map (make-sparse-keymap)
"My own, personal, keymap!")
(define-prefix-command 'gpolonkai/pers-map)
(define-key ctl-x-map "t" 'gpolonkai/pers-map)