aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 4139e37..42c69bb 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -2528,9 +2528,7 @@ limit), so set it for specific modes need the help.
(org-mode-hook . whitespace-mode)
(text-mode-hook . whitespace-mode)
:init
- (setq whitespace-style '(face empty lines-tail
- spaces tabs tab-mark
- trailing newline)
+ (setq whitespace-style '(face empty spaces tabs tab-mark trailing newline)
whitespace-line-column 80))
#+end_src
** Set auto-fill-mode for all text-modes