i3-emacs icon indicating copy to clipboard operation
i3-emacs copied to clipboard

pop-to-buffer-same-window emacs 26

Open ryanswilson59 opened this issue 6 years ago • 0 comments

pop-to-buffer-same window does not work in emacs 26, this results in buffers that should be opened in place going all over the place. My current work around is to add (defun pop-to-buffer-same-window (buffer &optional norecord) (let ((display-buffer-overriding-action '(nil . nil))) (pop-to-buffer buffer display-buffer--same-window-action norecord))) to my .emacs.

ryanswilson59 avatar Sep 06 '19 21:09 ryanswilson59