Hacker News new | ask | show | jobs
by testaccount119 2071 days ago
> maybe check to see if the directory it was launched in has a .emacs file and evaluate that.

Yes, or use .dir-locals.el like civilized ;)

1 comments

For others:

https://www.gnu.org/software/emacs/manual/html_node/emacs/Di...

Good to know, I've used file local variables but never thought about directory local variables.