Don't use display table to show tabs in PHP
This commit is contained in:
parent
10a1a0782e
commit
dd53dd1a11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue