Remove/replace references to doom-popup-buffer

This commit is contained in:
Henrik Lissner 2018-01-06 03:27:23 -05:00
parent 4fdf4a58b4
commit b681917082
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 14 additions and 24 deletions

View file

@ -83,6 +83,7 @@ function that creates and returns the REPL buffer."
"Ensures window is scrolled to BOF on invocation."
(with-selected-window (get-buffer-window quickrun--buffer-name)
(goto-char (point-min))
(doom-popup-fit-to-buffer)))
(let ((ignore-window-parameters t))
(shrink-window-if-larger-than-buffer))))
(add-hook 'quickrun-after-run-hook #'+eval|quickrun-scroll-to-bof))