mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make doom|ansi-color-apply more robust
This commit is contained in:
@ -555,7 +555,8 @@ confirmation."
|
||||
|
||||
(defun doom|ansi-color-apply ()
|
||||
"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 ()
|
||||
"Disable fringes in the minibuffer window."
|
||||
|
Reference in New Issue
Block a user