Fix defaults: trailing columns
This commit is contained in:
parent
0302c4cc81
commit
3aeba079bc
@ -70,10 +70,10 @@
|
|||||||
(scroll-bar-mode -1)))
|
(scroll-bar-mode -1)))
|
||||||
|
|
||||||
(global-whitespace-mode)
|
(global-whitespace-mode)
|
||||||
(setq whitespace-style '(face trailing tabs spaces lines empty indentation
|
(setq whitespace-style '(face trailing tabs spaces lines-tail empty indentation
|
||||||
space-after-tab space-before-tab space-mark
|
space-after-tab space-before-tab space-mark
|
||||||
tab-mark))
|
tab-mark))
|
||||||
(setq fill-column 80)
|
(setq-default fill-column 80)
|
||||||
;; End display
|
;; End display
|
||||||
|
|
||||||
;; Auto generated config
|
;; Auto generated config
|
||||||
|
Loading…
Reference in New Issue
Block a user