Show WoMan buffers in same buffer
This commit is contained in:
parent
61e526ff34
commit
ba5f16be66
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ If no direction is given, don't split."
|
||||||
(setq split-height-threshold 40)
|
(setq split-height-threshold 40)
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
`(,(rx bol "*" (or (and (optional (one-or-more any) "-") "scratch*")
|
`(,(rx bol "*" (or (and (optional (one-or-more any) "-") "scratch*")
|
||||||
(and "magit: " (one-or-more any)))
|
(and (or "magit:" "WoMan") " " (one-or-more any)))
|
||||||
eol)
|
eol)
|
||||||
display-buffer-same-window))
|
display-buffer-same-window))
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
|
|
Loading…
Reference in a new issue