If I have multiple files marked, how do I find/visit all those marked files in emacs, beside running dired-find-file on each of them?
Is there a build-in command, or do I need some extra lisp code?
|
|
|
If you add this to your .emacs, you'll be able to open the files via the keybinding 'F'.
Obviously you can just override the built-in 'f' if you want. |
|||
|
|
|
In emacs 23.2 and higher, the
So after |
|||||
|
|
You could try dired+ which provides many extensions to dired including the ability to select multiple files and find/view all of them. |
|||
|
|