diff options
-rw-r--r-- | emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index e86d07b..56f5363 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -54,6 +54,7 @@ '(cursor-in-non-selected-windows box) '(delete-old-versions t) '(dired-listing-switches "-al --time-style=long-iso") + '(diredp-hide-details-initially-flag t) '(erc-mode-line-format "%t") '(fill-column 79) '(font-lock-maximum-decoration t) @@ -96,6 +97,10 @@ '(diff-refine-removed ((t (:inherit diff-refine-change :foreground "red")))) '(diff-removed ((t (:foreground "#D30102")))) '(dired-directory ((t (:foreground "#268BD2")))) + '(diredp-dir-heading ((t (:foreground "#4E9A06")))) + '(diredp-dir-name ((t (:foreground "#3465A4")))) + '(diredp-file-name ((t (:foreground "gray90")))) + '(diredp-file-suffix ((t (:foreground "gray70")))) '(escape-glyph ((((background dark)) (:foreground "cyan")))) '(font-lock-comment-face ((((class color) (min-colors 88) (background dark)) (:foreground "#268BD2")))) '(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) |