diff options
author | David Robillard <d@drobilla.net> | 2015-10-18 15:46:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-18 15:46:04 -0400 |
commit | 35b3fa0c15f78d5b8de55f58e32591eb05b721cd (patch) | |
tree | 875ff83fdba6b2f37ba60811e95c2f24e0ab8694 | |
parent | fce7a9fc328f8c3660497db2372ce1253557542c (diff) | |
download | dotfiles-35b3fa0c15f78d5b8de55f58e32591eb05b721cd.tar.gz dotfiles-35b3fa0c15f78d5b8de55f58e32591eb05b721cd.tar.bz2 dotfiles-35b3fa0c15f78d5b8de55f58e32591eb05b721cd.zip |
Fancy dired
-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)))) |