Remove/replace references to doom-popup-buffer
This commit is contained in:
parent
4fdf4a58b4
commit
b681917082
10 changed files with 14 additions and 24 deletions
|
@ -28,7 +28,7 @@
|
|||
(let ((buf (get-buffer-create +eshell-buffer-name)))
|
||||
(with-current-buffer buf
|
||||
(unless (eq major-mode 'eshell-mode) (eshell-mode)))
|
||||
(doom-popup-buffer buf '(:autokill t) t)
|
||||
(pop-to-buffer buf)
|
||||
(when command
|
||||
(+eshell-run-command command))))
|
||||
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
(defun +gist*list-render (orig-fn &rest args)
|
||||
(funcall orig-fn (car args) t)
|
||||
(unless (cadr args)
|
||||
(doom-popup-buffer (current-buffer))))
|
||||
(pop-to-buffer (current-buffer))))
|
||||
(advice-add #'gist-list-render :around #'+gist*list-render))
|
||||
|
|
|
@ -16,7 +16,7 @@ current project's root."
|
|||
(require 'multi-term)
|
||||
(let ((default-directory (if project-root (doom-project-root) default-directory))
|
||||
(buffer (multi-term-get-buffer current-prefix-arg)))
|
||||
(select-window (doom-popup-buffer buffer))
|
||||
(pop-to-buffer buffer)
|
||||
(setq multi-term-buffer-list (nconc multi-term-buffer-list (list buffer)))
|
||||
(multi-term-internal)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue