mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
tweak
This commit is contained in:
parent
f9ca220eed
commit
3a45594f22
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue