refactor(lib): remove doom-apply-ansi-color-to-compilation-buffer-h
Is redundant with ansi-color-compilation-filter.
Ref: aec4fbe590
This commit is contained in:
parent
d67dcf1940
commit
2f7171bf8a
2 changed files with 2 additions and 9 deletions
|
@ -55,13 +55,6 @@ In tty Emacs, messages are suppressed completely."
|
|||
;;
|
||||
;;; Hooks
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-apply-ansi-color-to-compilation-buffer-h ()
|
||||
"Applies ansi codes to the compilation buffers. Meant for
|
||||
`compilation-filter-hook'."
|
||||
(with-silent-modifications
|
||||
(ansi-color-apply-on-region compilation-filter-start (point))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-disable-show-paren-mode-h ()
|
||||
"Turn off `show-paren-mode' buffer-locally."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue