From d911c9b956aa4a685e761df8ba276c57e5fb06bf Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 11 Oct 2022 13:35:31 +0100 Subject: [PATCH] Add winnow --- .emacs.d/lisp/init-compile.el | 3 +++ 1 file changed, 3 insertions(+) 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