fix customize group of winum-ignored-buffers
This commit is contained in:
parent
6da09ea7c3
commit
0f98e4566b
1
winum.el
1
winum.el
|
@ -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 '()
|
||||||
|
|
Loading…
Reference in a new issue