diff --git a/.emacs.d/lisp/init-compile.el b/.emacs.d/lisp/init-compile.el index bc874f2..47405eb 100644 --- a/.emacs.d/lisp/init-compile.el +++ b/.emacs.d/lisp/init-compile.el @@ -17,5 +17,8 @@ (let ((inhibit-read-only t)) (ansi-color-apply-on-region (point-min) (point-max))))))) +(use-package winnow + :hook (compilation-mode . winnow-mode)) + (provide 'init-compile) ;;; init-compile.el ends here