From b0f42879a3761e7cfc57aba055f523c524080d3b Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 16 Jan 2020 11:10:48 +0100 Subject: Fix background of dired subtrees --- emacs-init.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 652c07f..7803b64 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -733,22 +733,22 @@ The above macro can be used like this. nil) (dired-subtree-depth-1-face (:background nil) - nil) + (:background nil)) (dired-subtree-depth-2-face (:background nil) - nil) + (:background nil)) (dired-subtree-depth-3-face (:background nil) - nil) + (:background nil)) (dired-subtree-depth-4-face (:background nil) - nil) + (:background nil)) (dired-subtree-depth-5-face (:background nil) - nil) + (:background nil)) (dired-subtree-depth-6-face (:background nil) - nil) + (:background nil)) (nlinum-current-line (:foreground ,builtin) (:foreground ,bg-dark)) -- cgit v1.2.3