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

@ -31,9 +31,8 @@ PROMPT (a string) and COMMAND (a list of command plists; see `def-menu!').")
(setq header-line-format
(concat (propertize "$ " 'face 'font-lock-doc-face)
(propertize command 'face 'font-lock-preprocessor-face)))
(doom-resize-window
(doom-popup-buffer (current-buffer)
'(:autokill t :autoclose t)) 12)))
(doom-resize-window (get-buffer-window (pop-to-buffer (current-buffer)))
12)))
((or (symbolp command)
(functionp command))
(call-interactively command))

View file

@ -66,8 +66,8 @@ interactive session."
(insert "\n")
(setq end (point))
(ansi-color-apply-on-region beg end)))
(with-selected-window (doom-popup-buffer buf)
(goto-char (point-max))))))
(pop-to-buffer buf)
(goto-char (point-max)))))
;;;###autoload
(defmacro debug! (message &rest args)