From ba5f16be663b87480542ef7d4a3e8c8b7d28db2f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Dec 2015 00:40:24 +0100 Subject: Show WoMan buffers in same buffer --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index c3a7123..b788376 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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 -- cgit v1.2.3-54-g00ecf