| www.delorie.com/gnu/docs/emacs/dired-x_9.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(setq dired-omit-files
(concat dired-omit-files "\\|^RCS$\\|,v$"))
|
in the dired-load-hook (see section 2. Installation). This assumes
dired-omit-localp has its default value of no-dir to make the
^-anchored matches work. As a slower alternative, with
dired-omit-localp set to nil, you can use / instead of
^ in the regexp.
tib, the bibliography program for use with TeX and
LaTeX, and you
want to omit the `INDEX' and the `*-t.tex' files, then put
(setq dired-omit-files
(concat dired-omit-files "\\|^INDEX$\\|-t\\.tex$"))
|
in the dired-load-hook (see section 2. Installation).
(setq dired-omit-files
(concat dired-omit-files "\\|^\\..+$"))
|
in the dired-load-hook (see section 2. Installation).
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |