This package browser is in early development. Mind the rough edges.

emacs-envrc 0.12

Support for Direnv which operates buffer-locally

This is library which uses Direnv to set environment variables on a per-buffer basis. This means that when you work across multiple projects which have .envrc files, all processes launched from the buffers ``in'' those projects will be executed with the environment variables specified in those files. This allows different versions of linters and other tools to be used in each project if desired.

Installation

Install emacs-envrc 0.12 as follows:

guix install emacs-envrc@0.12

Or install the latest version:

guix install emacs-envrc

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.