Remove whitespace-action (set to nil)
This commit is contained in:
parent
021102e06d
commit
3a0ecbc0f3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue