mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
message!: add newline in doom buffer
This commit is contained in:
@ -61,6 +61,7 @@ interactive session."
|
|||||||
(let ((beg (point))
|
(let ((beg (point))
|
||||||
end)
|
end)
|
||||||
(insert (format! ,message ,@args))
|
(insert (format! ,message ,@args))
|
||||||
|
(insert "\n")
|
||||||
(setq end (point))
|
(setq end (point))
|
||||||
(ansi-color-apply-on-region beg end)))
|
(ansi-color-apply-on-region beg end)))
|
||||||
(with-selected-window (doom-popup-buffer buf)
|
(with-selected-window (doom-popup-buffer buf)
|
||||||
|
Reference in New Issue
Block a user