emacs-direnv icon indicating copy to clipboard operation
emacs-direnv copied to clipboard

direnv integration for emacs

Results 8 emacs-direnv issues
Sort by recently updated
recently updated
newest added

Closes #47. I just followed the suggestions from [the emacs manual](https://www.gnu.org/software/emacs/manual/html_node/tramp/Remote-processes.html). I have tested this locally. Let me know if you want me to change anything!

I have a workflow where i switch to me org file for my projects quite often, and direnv updates the environment accordingly, but it's kind of slow, so it's pretty...

enhancement

having `direnv-mode` activated and switching to a file in a directory with an `.envrc` that is not approved via `direnv allow` results in annoying behaviour: a big warning buffer pops...

enhancement

direnv doesn't add itself to the front of the ```post-command-hook``` meaning other things get to run before direnv has set up the environment. One example is a haskell/stack project directory,...

enhancement
needs-info

Having support for `TRAMP` would allow the use of `emacs-direnv` on remote machines.

I think it would be kind of nice to have a hook that is called only when a direnv environment changes. Sometimes services need to be updated/restarted for a buffer...

enhancement

This PR should fix #17 and #28. The problems are firstly, `before-hack-local-variables-hook` doesn't get run if the file has not file local variables, and secondly `post-command-hook` is run after all...

don't block the editor while loading direnv Particularly useful for big nix flake / shell direnvs which can pull a lot of data on first init.