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
|
(use-package whitespace
|
||||||
:hook prog-mode
|
:hook prog-mode
|
||||||
:custom
|
:custom
|
||||||
|
(whitespace-action nil)
|
||||||
(whitespace-style '(face
|
(whitespace-style '(face
|
||||||
trailing
|
trailing
|
||||||
missing-newline-at-eof
|
missing-newline-at-eof
|
||||||
|
@ -787,8 +788,7 @@ Configure email with iCalendar event support, to integrate with
|
||||||
indentation
|
indentation
|
||||||
space-after-tab
|
space-after-tab
|
||||||
space-before-tab
|
space-before-tab
|
||||||
tab-mark))
|
tab-mark)))
|
||||||
(whitespace-action '(report-on-bogus)))
|
|
||||||
|
|
||||||
(add-to-list 'package-selected-packages 'diff-hl)
|
(add-to-list 'package-selected-packages 'diff-hl)
|
||||||
(use-package diff-hl
|
(use-package diff-hl
|
||||||
|
|
Loading…
Reference in a new issue