diff options
Diffstat (limited to 'nix/users/fcuny')
| -rw-r--r-- | nix/users/fcuny/configs/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/configs/emacs/init.el b/nix/users/fcuny/configs/emacs/init.el index d0a9509..3d5ae35 100644 --- a/nix/users/fcuny/configs/emacs/init.el +++ b/nix/users/fcuny/configs/emacs/init.el @@ -72,7 +72,7 @@ (dolist (mode-hook '(prog-mode-hook text-mode-hook conf-mode-hook)) (add-hook mode-hook 'whitespace-mode)) -(setq whitespace-style '(face trailing)) +(setq whitespace-style '(face trailing tabs)) (setq-default show-trailing-whitespace t) ;;; dired |
