emacs-literate-elisp
Load Emacs Lisp code blocks from Org files
Literate-Elisp is an Emacs lisp library to provide an easy way to use literal programming in Emacs lisp. It extends the Emacs load mechanism so Emacs can load Org files as Lisp source files directly.
- Versions: 0.8
- Website: https://github.com/jingtaozf/literate-elisp/tags
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-literate-elisp
as follows:
guix install emacs-literate-elisp
Or install a particular version:
guix install emacs-literate-elisp@0.8
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.