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))