1
1
Fork
You've already forked guixenv
0
GNU Guix shell environments in GNU Emacs.
  • Emacs Lisp 96.1%
  • Scheme 3.9%
2026年04月21日 16:12:15 +03:00
COPYING Add initial code and license notice. 2025年09月01日 18:25:18 +03:00
guix.scm Bump version to 1.2.0. 2026年04月21日 16:12:15 +03:00
guixenv.el Initial guix time-machine support. 2026年04月21日 16:09:16 +03:00
README Bump version to 1.2.0. 2026年04月21日 16:12:15 +03:00

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>