fix customize group of winum-ignored-buffers

This commit is contained in:
deb0ch 2016-12-15 01:13:44 +01:00
parent 6da09ea7c3
commit 0f98e4566b

View file

@ -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."