How to find a file in Emacs without known exact directory? -
in vim it's easy find file without knowing directory file in. doing ":args **/file.hpp" if file exists, open.
is there substitution in emacs so? find-file seems work wildcards, doesn't tricky vim **.
m-x find-name-dired looks want (you prompted root directory start search , file mask)
Comments
Post a Comment