From 939456d1f8345b5b2ed86817105f596b88299ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Wed, 28 Feb 2024 18:05:52 +0100 Subject: [PATCH] emacs: Don't show tab characters, colors are enough --- home-config/dotfiles/emacs.d/config/ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-config/dotfiles/emacs.d/config/ui.el b/home-config/dotfiles/emacs.d/config/ui.el index 876a11bc..1592ef44 100644 --- a/home-config/dotfiles/emacs.d/config/ui.el +++ b/home-config/dotfiles/emacs.d/config/ui.el @@ -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))