|
| From: | lawrence mitchell |
| Subject: | Re: How to color full line in dired |
| Date: | Sun, 24 Nov 2002 15:51:18 +0000 |
| User-agent: | Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i386-mingw-nt5.0.2195) |
Astrid Kuhr wrote:
> Hello!
> Thank you for the information.
>> (defface font-lock-dired-link-face
>> '((t (:foreground "Firebrick" :bold t)))
>> "Face used for symlinks in dired.")
> I tried this:
> (defface ak-dir-face
> '((t (:foreground "Firebrick" :bold t)))
> "Face used for directories in dired.")
> (let*()
> (setq
> dired-font-lock-keywords
> (list '("^..d.* \\([^ ]+\\)$" . ak-dir-face))
^^
you need 'ak-dir-face here.
[...]
--
lawrence mitchell <address@hidden>
| [Prev in Thread] | Current Thread | [Next in Thread] |