Add a docstring to my keymap
This commit is contained in:
parent
c90582bb3b
commit
16efffafef
2
init.el
2
init.el
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
;; Set up my personal keymap early so I can use it in use-package
|
;; Set up my personal keymap early so I can use it in use-package
|
||||||
;; calls
|
;; calls
|
||||||
|
(defvar gpolonkai/pers-map (make-sparse-keymap)
|
||||||
|
"My own, personal, keymap!")
|
||||||
(define-prefix-command 'gpolonkai/pers-map)
|
(define-prefix-command 'gpolonkai/pers-map)
|
||||||
(define-key ctl-x-map "t" 'gpolonkai/pers-map)
|
(define-key ctl-x-map "t" 'gpolonkai/pers-map)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user