aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-13 18:41:34 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-13 18:41:53 +0530
commitcfe9d354aa2b78ae070c80ac23b18677825f63d4 (patch)
tree016bc781982bf03624f3070d7584669492837e82 /Emacs/.config/emacs
parente7321c7de6a0bec158cd94a96c036e5c30b18027 (diff)
downloaddotfiles-cfe9d354aa2b78ae070c80ac23b18677825f63d4.tar.gz
dotfiles-cfe9d354aa2b78ae070c80ac23b18677825f63d4.tar.bz2
dotfiles-cfe9d354aa2b78ae070c80ac23b18677825f63d4.zip
(Emacs/whitespace)-lines-tail from whitespace-style
Diffstat (limited to 'Emacs/.config/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