From e0e2aca3a66ce69153d52e2c0625dd5be58bcbd0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 3 Jun 2010 16:56:10 +0100 Subject: [PATCH] el/dot-emacs.el: Configure dired faces. Colour directories and symlinks to match usual `ls' preferences. Don't highlight group-writable permissions. It's a shame that we can't highlight other things like executable files. Oh, well. --- el/dot-emacs.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index c218411..3372556 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -866,6 +866,13 @@ doesn't match any of the regular expressions in (mdw-define-face comint-highlight-input (t nil)) +(mdw-define-face dired-directory + (t :foreground "cyan" :weight bold)) +(mdw-define-face dired-symlink + (t :foreground "cyan")) +(mdw-define-face dired-perm-write + (t nil)) + (mdw-define-face trailing-whitespace (((class color)) :background "red") (t :inverse-video t)) -- 2.11.0