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.

  1. i opened dired on directory, using r among switches (e.g., -alfr), recursive listing.

  2. 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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -