diff options
-rw-r--r-- | emacs-init.org | 12 |
1 files changed, 6 insertions, 6 deletions
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)) |