1
0
Fork 0

fix(emacs): show trailing whitespace by default

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-24 19:38:13 -05:00
parent e487f9500e
commit 6b9fa99db2
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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.