fix customize group of winum-ignored-buffers
This commit is contained in:
parent
6da09ea7c3
commit
0f98e4566b
3
winum.el
3
winum.el
|
@ -88,7 +88,8 @@ 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."
|
||||||
:type '(repeat string))
|
:group 'winum
|
||||||
|
:type '(repeat string))
|
||||||
|
|
||||||
(defface winum-face '()
|
(defface winum-face '()
|
||||||
"Face used for the number in the mode-line."
|
"Face used for the number in the mode-line."
|
||||||
|
|
Loading…
Reference in a new issue