aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-14 19:13:48 -0700
committerFranck Cuny <franck@fcuny.net>2025-05-14 19:13:48 -0700
commit02e72120d60cacc612b24f06e81fe2c409cd967f (patch)
tree9107e86e83aa898122f8118276230fcda75c3bd7
parentalign comments and add back function to rename buffers (diff)
downloadinfra-02e72120d60cacc612b24f06e81fe2c409cd967f.tar.gz
show tabs
-rw-r--r--nix/users/fcuny/configs/emacs/init.el2
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