improve docs for winum-ignored-buffers-regexp
This commit is contained in:
parent
23d1ecce94
commit
e571c320f1
2 changed files with 9 additions and 6 deletions
|
|
@ -268,9 +268,10 @@ Several options are available through Emacs' Customize interface under
|
|||
|
||||
Default: '(" *which-key*")
|
||||
|
||||
- =winum-ignored-buffers-regex=
|
||||
- =winum-ignored-buffers-regexp=
|
||||
|
||||
List of regexes. Matching buffers will be ignored when assigning numbers.
|
||||
List of regexps for buffer names. Matching buffers will be ignored when
|
||||
assigning numbers. See [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html][Emacs' documentation on regexps]] for syntax.
|
||||
|
||||
Default: '()
|
||||
|
||||
|
|
@ -320,7 +321,8 @@ available winum options.
|
|||
winum-auto-setup-mode-line t
|
||||
winum-format " %s "
|
||||
winum-mode-line-position 1
|
||||
winum-ignored-buffers '(" *which-key*"))
|
||||
winum-ignored-buffers '(" *which-key*")
|
||||
winum-ignored-buffers-regexp '(" \\*Treemacs-.*"))
|
||||
|
||||
(winum-mode)
|
||||
#+END_SRC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue