Dired Extra Version 2 User's Manual. Node: Omitting Files in Dired

PREV Special Notes UP Top NEXT Omitting Variables

Chapter 3: Omitting Files in Dired

Omitting a file means removing it from the directory listing. Omitting is useful for keeping Dired buffers free of ``uninteresting'' files (for instance, auto-save, auxiliary, backup, and revision control files) so that the user can concentrate on the interesting files. Like hidden files, omitted files are never seen by Dired. Omitting differs from hiding in several respects:

M-o

(dired-omit-toggle) Toggle between displaying and omitting ``uninteresting'' files. With a prefix argument, don't toggle and just mark the files, but don't actually omit them.

In order to make Dired Omit work you first need to load `dired-x.el' inside dired-load-hook (See Installation) and then set dired-omit-files-p in some way (See Omitting Variables).

  • Omitting Variables
  • Omitting Examples
  • Omitting Technical
  • PREV Special Notes UP Top NEXT Omitting Variables