zachcurry / emacs-anywhere

Configurable automation + hooks called with application information
MIT License
1.08k stars 49 forks source link

Support XDG Base Directory Specification #38

Open Fuco1 opened 6 years ago

Fuco1 commented 6 years ago

Linux only

Hey. I think it would be cool to support XDG BDS to avoid unnecessary littering of home directory. The binaries can also automatically install into user's bin directory so they will "just work" without need to adding anything to $PATH etc.

https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

zachcurry commented 6 years ago

@Fuco1 that is a fantastic idea!

Also, we've had some issues with the way I'm handling this in OS X. I'd like to get both to point where this just works.

Thanks @Fuco1 !

zachcurry commented 6 years ago

Will do in a few days time 📆

tecosaur commented 4 years ago

@zachcurry *cough :smile:

zachcurry commented 4 years ago

Feel free to send a pull request for this issue @tecosaur