Skip to content

Commit

Permalink
emacs: Don't show tab characters, colors are enough
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly authored and TLATER committed Mar 4, 2024
1 parent 6205ae7 commit 57e9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-config/dotfiles/emacs.d/config/ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
:commands global-whitespace-mode
:custom
(whitespace-style '(face trailing indentation space-after-tab
space-before-tab tab-mark))
space-before-tab))
(whitespace-global-modes '(not erc-mode))
:config
(global-whitespace-mode))
Expand Down

0 comments on commit 57e9029

Please sign in to comment.