about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-compile.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-11 13:35:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-11 13:35:31 +0100
commitd911c9b956aa4a685e761df8ba276c57e5fb06bf (patch)
tree56ce9ee0d320cb6da2f08aa9dbf4db8c3ebaf913 /.emacs.d/lisp/init-compile.el
parent7a487ca2a299072254a7972461b54eea0affc972 (diff)
downloaddotfiles-d911c9b956aa4a685e761df8ba276c57e5fb06bf.tar.gz
Add winnow
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