emacs - Hiding files in dired while using recursive flag -
my workspace tends have lot of .class clutter, , since use -r switch dired show entire workspace easier navigation, searching inevitably ends matching bunch of .class files have go through before reaching file looking for.
i used solution here, found doesn't work recursive flag. when navigate directory .class files, doesn't show them, promised, when view directory somewhere above it, still shows them.
is there way hide/omit these files while using recursive flag?
it works me. (but i'm on ms windows, uses ls-lisp.el
, might make difference here.)
please show more do.
i opened dired on directory, using
r
among switches (e.g.,-alfr
), recursive listing.i turned on
dired-omit-mode
(the url posted shows old way of using omission).
all of expected files omitted, throughout buffer, i.e., included subdirs.
(keep in mind omission buffer-specific, i.e., specific each dired buffer.)
Comments
Post a Comment