mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
repl: remove vestigial popwin code
This commit is contained in:
@ -24,8 +24,8 @@
|
|||||||
(when (and region-p beg end)
|
(when (and region-p beg end)
|
||||||
(let* ((buf narf--repl-buffer)
|
(let* ((buf narf--repl-buffer)
|
||||||
(win (get-buffer-window buf)))
|
(win (get-buffer-window buf)))
|
||||||
(unless (eq buf popwin:popup-buffer)
|
(unless (eq buf (narf/popup-p (get-buffer-window buf)))
|
||||||
(popwin:pop-to-buffer buf nil t))
|
(narf/popup-buffer buf))
|
||||||
(when (and narf--repl-buffer (buffer-live-p narf--repl-buffer))
|
(when (and narf--repl-buffer (buffer-live-p narf--repl-buffer))
|
||||||
(with-current-buffer narf--repl-buffer
|
(with-current-buffer narf--repl-buffer
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
|
Reference in New Issue
Block a user