Add winnow

This commit is contained in:
David Morgan 2022-10-11 13:35:31 +01:00
parent 7a487ca2a2
commit d911c9b956
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -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