From 3a0ecbc0f340fe1ebf0013ba92f1e7b8ead9b147 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 27 Nov 2024 12:10:27 +0000 Subject: [PATCH] Remove whitespace-action (set to nil) --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 97eb37a..5b680b6 100644 --- a/README.org +++ b/README.org @@ -780,6 +780,7 @@ Configure email with iCalendar event support, to integrate with (use-package whitespace :hook prog-mode :custom + (whitespace-action nil) (whitespace-style '(face trailing missing-newline-at-eof @@ -787,8 +788,7 @@ Configure email with iCalendar event support, to integrate with indentation space-after-tab space-before-tab - tab-mark)) - (whitespace-action '(report-on-bogus))) + tab-mark))) (add-to-list 'package-selected-packages 'diff-hl) (use-package diff-hl