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,6 +88,7 @@ numbers in the mode-line.")
(defcustom winum-ignored-buffers '(" *which-key*") (defcustom winum-ignored-buffers '(" *which-key*")
"List of buffers to ignore when selecting window." "List of buffers to ignore when selecting window."
:group 'winum
:type '(repeat string)) :type '(repeat string))
(defface winum-face '() (defface winum-face '()