about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-compile.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-compile.el')
-rw-r--r--.emacs.d/lisp/init-compile.el3
1 files changed, 3 insertions, 0 deletions
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