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

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

Re: Costumising the colours in Dired


From: Matthias
Subject: Re: Costumising the colours in Dired
Date: 27 Jan 2005 13:40:37 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Andreas Christiansen <andreas.christiansen@hsh.no> wrote:

> (...) I want to swap colour for these two types of files. How do I
> do that?

I think the color comes from the value of
`completion-ignored-extensions'. So you can try the following before
you create your dired buffer:

(setq completion-ignored-extensions
      (remove  ".pdf" (push ".ps" completion-ignored-extensions)))

> After "clean up" I am only interested in keeping .tex and .pdf .

See the following variables for automatic cleaning (needs the library
`dired-aux'): `dired-tex-unclean-extensions',
`dired-texinfo-unclean-extensions', `dired-latex-unclean-extensions',
`dired-bibtex-unclean-extensions'.
-- 
Matthias

reply via email to

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