diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-14 19:13:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-14 19:13:48 -0700 |
| commit | 02e72120d60cacc612b24f06e81fe2c409cd967f (patch) | |
| tree | 9107e86e83aa898122f8118276230fcda75c3bd7 /nix | |
| parent | align comments and add back function to rename buffers (diff) | |
| download | infra-02e72120d60cacc612b24f06e81fe2c409cd967f.tar.gz | |
show tabs
Diffstat (limited to 'nix')
| -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 |
