diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index 7516961..80869fd 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -86,6 +86,9 @@ ;; Undos (setq undo-limit 200000) +;; Whitespace +(setq show-trailing-whitespace t) + ;; Sentences ;; Emacs thinks that sentences ends with period and two spaces, ;; disable this.