message!: add newline in doom buffer
This commit is contained in:
parent
dc9a7c9780
commit
a94a591072
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ interactive session."
|
|||
(let ((beg (point))
|
||||
end)
|
||||
(insert (format! ,message ,@args))
|
||||
(insert "\n")
|
||||
(setq end (point))
|
||||
(ansi-color-apply-on-region beg end)))
|
||||
(with-selected-window (doom-popup-buffer buf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue