Always apply ansi color codes to compilation buffers

This commit is contained in:
Henrik Lissner 2018-03-14 18:28:25 -04:00
parent cfe2fe87d9
commit aec4fbe590
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 3 deletions

View file

@ -566,9 +566,7 @@ loads MODULE SUBMODULE's packages.el file."
t)))
(defun doom-packages--async-run (fn)
(let* ((default-directory doom-emacs-dir)
(compilation-filter-hook
(list (lambda () (ansi-color-apply-on-region compilation-filter-start (point))))))
(let* ((default-directory doom-emacs-dir))
(compile (format "%s --quick --batch -l core/core.el -f %s"
(executable-find "emacs")
(symbol-name fn)))