branch: elpa/ws-butler commit 6baf406d61c7b4bc6fa0de70fa23f290e64b0c2f Author: Henrik Lissner <hen...@lissner.net> Commit: Maxim Cournoyer <maxim.courno...@gmail.com>
Add special, comint, term, & eshell to exempt modes --- ws-butler.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el index 89ff80554e..73a31ee612 100644 --- a/ws-butler.el +++ b/ws-butler.el @@ -92,7 +92,11 @@ changed in this specific way." :group 'ws-butler) (defcustom ws-butler-global-exempt-modes - '(markdown-mode) + '(special-mode + comint-mode + term-mode + eshell-mode + markdown-mode) "Don't enable ws-butler in modes that inherit from these. This should be a list of trailing whitespace significant major-modes."