Browse Source

Use pop-to-buffer

master
10sr 5 years ago
parent
commit
a60204af66
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el View File

@@ -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))


Loading…
Cancel
Save