summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-12 14:28:36 +0100
committerGravatar Tom Willemse2014-11-12 14:28:36 +0100
commitdd53dd1a118e7012b90dc2b8105cbd2865aab3e5 (patch)
tree948f0620ae625b690b3ab102d3517dae7ed3f776 /emacs/.emacs.d/init.org
parent10a1a0782e015fccd28f850d5f0773bd5c47700b (diff)
downloaddotfiles-dd53dd1a118e7012b90dc2b8105cbd2865aab3e5.tar.gz
dotfiles-dd53dd1a118e7012b90dc2b8105cbd2865aab3e5.zip
Don't use display table to show tabs in PHP
Diffstat (limited to 'emacs/.emacs.d/init.org')
-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