fix(emacs): show trailing whitespace by default
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e487f9500e
commit
6b9fa99db2
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
||||||
;; Undos
|
;; Undos
|
||||||
(setq undo-limit 200000)
|
(setq undo-limit 200000)
|
||||||
|
|
||||||
|
;; Whitespace
|
||||||
|
(setq show-trailing-whitespace t)
|
||||||
|
|
||||||
;; Sentences
|
;; Sentences
|
||||||
;; Emacs thinks that sentences ends with period and two spaces,
|
;; Emacs thinks that sentences ends with period and two spaces,
|
||||||
;; disable this.
|
;; disable this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue