fix(emacs): use setq-default
instead of setq
for trailing whitespace
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
877dd0acd1
commit
6f74ca116d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
(setq undo-limit 200000)
|
||||
|
||||
;; Whitespace
|
||||
(setq show-trailing-whitespace t)
|
||||
(setq-default show-trailing-whitespace t)
|
||||
|
||||
;; Sentences
|
||||
;; Emacs thinks that sentences ends with period and two spaces,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue