Remove core-popup coupling
New popup management system coming soon!
This commit is contained in:
parent
e0c8e6daef
commit
8e7b822062
3 changed files with 11 additions and 14 deletions
|
@ -30,6 +30,6 @@ to a pop up buffer."
|
|||
(setq lines (count-lines (point-min) (point-max)))
|
||||
(goto-char (point-min))
|
||||
(if (> lines 1)
|
||||
(doom-popup-buffer buf)
|
||||
(pop-to-buffer buf t)
|
||||
(message "%s" (buffer-substring (point-min) (point-max)))
|
||||
(kill-buffer buf)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue