Update whitespace style and actions
Remove auto cleanup from whitespace-action list Add space-after-tab and space-before-tab, let indent-tabs-mode decide style for indentation
This commit is contained in:
parent
13c2ed493f
commit
021102e06d
13
README.org
13
README.org
|
@ -781,13 +781,14 @@ Configure email with iCalendar event support, to integrate with
|
|||
:hook prog-mode
|
||||
:custom
|
||||
(whitespace-style '(face
|
||||
empty
|
||||
trailing
|
||||
tab-mark
|
||||
indentation::space))
|
||||
(whitespace-action '(report-on-bogus
|
||||
cleanup
|
||||
auto-cleanup)))
|
||||
missing-newline-at-eof
|
||||
empty
|
||||
indentation
|
||||
space-after-tab
|
||||
space-before-tab
|
||||
tab-mark))
|
||||
(whitespace-action '(report-on-bogus)))
|
||||
|
||||
(add-to-list 'package-selected-packages 'diff-hl)
|
||||
(use-package diff-hl
|
||||
|
|
Loading…
Reference in a new issue