summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index c88e658..9bbcd3e 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -87,7 +87,7 @@
(defvar whitespace-style)
(defun oni:whitespace-only-tabs ()
- (setq whitespace-style '(face tabs tab-mark))
+ (setq whitespace-style '(face tabs))
(whitespace-mode))
#+END_SRC