GNU Guix shell environments in GNU Emacs.
- Emacs Lisp 96.1%
- Scheme 3.9%
| COPYING | Add initial code and license notice. | |
| guix.scm | Bump version to 1.2.0. | |
| guixenv.el |
Initial guix time-machine support.
|
|
| README | Bump version to 1.2.0. | |
guixenv mode Version 1.2.0 guixenv mode is a GNU Emacs mode that enables per-project process environments using GNU Guix's shell command. The project is licensed under the 'MIT/Expat' license. See 'COPYING' for more details. WARNING: I haven't tested or considered remote files as of yet. When enabled, computes and installs shell environments in buffers belonging to 'project.el' projects. To enable this mode at Emacs startup add this to your configuration: (use-package guixenv :demand t :config (guixenv-global-mode 1)) Copyright (C) 2025 kestrelwx <kestrel.w@proton.me>