From 3a45594f22572fa5acd53dcee292e1b4a2da4bec Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Thu, 17 Nov 2016 23:00:24 +0100 Subject: [PATCH] tweak --- boon-core.el | 3 +++ boon-utils.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/boon-core.el b/boon-core.el index c4d4e53..305fa5c 100644 --- a/boon-core.el +++ b/boon-core.el @@ -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) diff --git a/boon-utils.el b/boon-utils.el index 2b82329..ea972ef 100644 --- a/boon-utils.el +++ b/boon-utils.el @@ -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."