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
|
:hook prog-mode
|
||||||
:custom
|
:custom
|
||||||
(whitespace-style '(face
|
(whitespace-style '(face
|
||||||
empty
|
|
||||||
trailing
|
trailing
|
||||||
tab-mark
|
missing-newline-at-eof
|
||||||
indentation::space))
|
empty
|
||||||
(whitespace-action '(report-on-bogus
|
indentation
|
||||||
cleanup
|
space-after-tab
|
||||||
auto-cleanup)))
|
space-before-tab
|
||||||
|
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