help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to color full line in dired


From: Astrid Kuhr
Subject: Re: How to color full line in dired
Date: Sun, 24 Nov 2002 12:51:00 +0100

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))
  )
)

But then I get the errormessage: Symbols value as
variable is void: ak-dir-face.

Must I add something else?

Regards, Astrid


reply via email to

[Prev in Thread] Current Thread [Next in Thread]