From dd53dd1a118e7012b90dc2b8105cbd2865aab3e5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Nov 2014 14:28:36 +0100 Subject: Don't use display table to show tabs in PHP --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.org') 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 -- cgit v1.2.3-54-g00ecf