aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-21 18:05:08 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-21 18:18:50 +0100
commitf9f59f07d6b014a2303a453df451de8a3176145b (patch)
treebd3a43007cdd9c6843a6283e4ca1a49b44bbf3d6 /Emacs/.config
parent4b2e967d20fdae9081e0d905f8327ad5022bbb2d (diff)
downloaddotfiles-f9f59f07d6b014a2303a453df451de8a3176145b.tar.gz
dotfiles-f9f59f07d6b014a2303a453df451de8a3176145b.tar.bz2
dotfiles-f9f59f07d6b014a2303a453df451de8a3176145b.zip
(Emacs)~whitespace-style now doesn't record spaces
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
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