Refactor & reformat core-ui
This commit is contained in:
parent
64a88385cb
commit
4618b7afad
3 changed files with 100 additions and 89 deletions
|
@ -136,3 +136,10 @@ are open."
|
|||
(or (yes-or-no-p (format "››› %s" (or prompt "Quit Emacs?")))
|
||||
(ignore (message "Aborted")))
|
||||
t))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom|apply-ansi-color-to-compilation-buffer ()
|
||||
"Applies ansi codes to the compilation buffers. Meant for
|
||||
`compilation-filter-hook'."
|
||||
(with-silent-modifications
|
||||
(ansi-color-apply-on-region compilation-filter-start (point))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue