1
0
Fork 0

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:
Lucas Sta Maria 2024-03-13 14:25:29 -04:00
parent 877dd0acd1
commit 6f74ca116d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -87,7 +87,7 @@
(setq undo-limit 200000) (setq undo-limit 200000)
;; Whitespace ;; Whitespace
(setq show-trailing-whitespace t) (setq-default 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,