This commit is contained in:
Jean-Philippe Bernardy 2016-11-17 23:00:24 +01:00
parent f9ca220eed
commit 3a45594f22
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@
;; Maps
(defgroup boon nil "Boon" :group 'Editing)
(defvar boon-x-map)
(define-prefix-command 'boon-x-map)
(set-keymap-parent boon-x-map ctl-x-map)

View file

@ -14,7 +14,7 @@
,body
(progn (exchange-point-and-mark) ,body (exchange-point-and-mark))))
(defcustom boon-hints-enabled 't "Display hints." :group 'boon)
(defcustom boon-hints-enabled 't "Display hints." :group 'boon :type 'boolean)
(defun boon-hint (msg)
"Provide MSG as a hint."