emacs-direnv 2.2.0
Direnv integration for Emacs
This package provides support for invoking direnv to get the environment for the current file and updating the environment within Emacs to match.
Direnv can be invoked manually, and a global minor mode is included that will update the environment when the active buffer changes.
Using emacs-direnv means that programs started from Emacs will use the environment set through Direnv.
- Outputs:
out
- Website: https://github.com/wbolster/emacs-direnv
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-direnv 2.2.0
as follows:
guix install emacs-direnv@2.2.0
Or install the latest version:
guix install emacs-direnv
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.