mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make doom|ansi-color-apply more robust
This commit is contained in:
@ -555,7 +555,8 @@ confirmation."
|
|||||||
|
|
||||||
(defun doom|ansi-color-apply ()
|
(defun doom|ansi-color-apply ()
|
||||||
"TODO"
|
"TODO"
|
||||||
(ansi-color-apply-on-region compilation-filter-start (point)))
|
(let ((inhibit-read-only t))
|
||||||
|
(ansi-color-apply-on-region compilation-filter-start (point))))
|
||||||
|
|
||||||
(defun doom|no-fringes-in-minibuffer ()
|
(defun doom|no-fringes-in-minibuffer ()
|
||||||
"Disable fringes in the minibuffer window."
|
"Disable fringes in the minibuffer window."
|
||||||
|
Reference in New Issue
Block a user