From f9f59f07d6b014a2303a453df451de8a3176145b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 21 Sep 2020 18:05:08 +0100 Subject: (Emacs)~whitespace-style now doesn't record spaces --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index a18408e..e518ff8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1274,7 +1274,7 @@ a wild gun), so set it for specific modes I find need the help. (haskell-mode-hook . whitespace-mode) (python-mode-hook . whitespace-mode) :init - (setq whitespace-style '(face lines-tail spaces tabs tab-mark trailing newline) + (setq whitespace-style '(face lines-tail tabs tab-mark trailing newline) whitespace-line-column 80)) #+end_src *** Set auto-fill-mode for all text-modes -- cgit v1.2.3-13-gbd6f