From 5ccd7fef0ab25834e4e7eb28fc5fc7f334c0ea9f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Tue, 8 Nov 2016 20:35:02 +0100 Subject: [PATCH] :type for boon-special-mode-list --- boon-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boon-core.el b/boon-core.el index 878b187..b15c4e7 100644 --- a/boon-core.el +++ b/boon-core.el @@ -120,7 +120,8 @@ those. See 'boon-special-map' for exceptinons.") mu4e-view-mode ) "A List of modes which should use `boon-special-state'." - :group 'boon) + :group 'boon + :type '(repeat symbol)) (defun boon-special-mode-p () "Should the mode use `boon-special-state'?"