Make doom|ansi-color-apply more robust
This commit is contained in:
parent
54bb452a12
commit
78dde79622
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue