diff --git a/.emacs.el b/.emacs.el index 6baf96b..88d7bed 100644 --- a/.emacs.el +++ b/.emacs.el @@ -1,2 +1,6 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") (load-theme 'dracula t) + +(require 'ansi-color) +(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter) +