From a60204af6696847c11a3b6f587153fb582919ee0 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 12 Nov 2018 15:44:47 +0900 Subject: [PATCH] Use pop-to-buffer --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index f2c89b8..e990a83 100644 --- a/emacs.el +++ b/emacs.el @@ -2255,8 +2255,7 @@ use for the buffer. It defaults to \"*recetf-show*\"." (progn ;; (recently-save-list) (setq recently-show-window-configuration (current-window-configuration)) - ;;(pop-to-buffer bf t t) - (display-buffer bf) + (pop-to-buffer bf) ;; (set-window-text-height (selected-window) ;; recently-show-window-height) ;; (shrink-window-if-larger-than-buffer (selected-window))