Show WoMan buffers in same buffer

This commit is contained in:
Tom Willemse 2015-12-17 00:40:24 +01:00
parent 61e526ff34
commit ba5f16be66

View file

@ -1022,7 +1022,7 @@ If no direction is given, don't split."
(setq split-height-threshold 40)
(add-to-list 'display-buffer-alist
`(,(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)
display-buffer-same-window))
(add-to-list 'display-buffer-alist