From 0f98e4566baf79866864f24ea15e20c2f38ff8ff Mon Sep 17 00:00:00 2001 From: deb0ch Date: Thu, 15 Dec 2016 01:13:44 +0100 Subject: [PATCH] fix customize group of winum-ignored-buffers --- winum.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winum.el b/winum.el index 83f156a..8e35505 100644 --- a/winum.el +++ b/winum.el @@ -88,7 +88,8 @@ numbers in the mode-line.") (defcustom winum-ignored-buffers '(" *which-key*") "List of buffers to ignore when selecting window." - :type '(repeat string)) + :group 'winum + :type '(repeat string)) (defface winum-face '() "Face used for the number in the mode-line."