Skip to content

Commit

Permalink
lispy.el (lispy-message): Add ansi-color-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Feb 3, 2022
1 parent c6abaed commit 80a4f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -4378,7 +4378,7 @@ If STR is too large, pop it to a buffer instead."
(special-mode)
(let ((inhibit-read-only t))
(delete-region (point-min) (point-max))
(insert str)
(insert (ansi-color-apply str))
(ignore-errors (pp-buffer))
(goto-char (point-min))
(while (re-search-forward "\\\\n" nil t)
Expand Down

0 comments on commit 80a4f6e

Please sign in to comment.