diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-11 13:35:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-11 13:35:31 +0100 |
commit | d911c9b956aa4a685e761df8ba276c57e5fb06bf (patch) | |
tree | 56ce9ee0d320cb6da2f08aa9dbf4db8c3ebaf913 /.emacs.d/lisp | |
parent | 7a487ca2a299072254a7972461b54eea0affc972 (diff) | |
download | dotfiles-d911c9b956aa4a685e761df8ba276c57e5fb06bf.tar.gz |
Add winnow
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-compile.el | 3 |
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 |