How do you generally open files in Emacs? Is it always using find-file or you use some shortcuts to access commonly used folders/files? For example, if you have a project currently working on, which contains files spread in different folders, say:
- Apache config files in /opt/apache/...
- Source of your newest PHP application in ~/php/...
- Some configuration of your DNS server in /etc/...
- <add files in distant folders>
do you find-file all of them (or dired in a similar fashion), or do you use something else to quickly access them?