Remove whitespace-action (set to nil)

This commit is contained in:
Evie Litherland-Smith 2024-11-27 12:10:27 +00:00
parent 021102e06d
commit 3a0ecbc0f3

View file

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