Next: Configuration, Previous: Distribution, Up: Top [Contents]
If you use the Gnu Guix package manager, then you can easily install Emacs-Shroud with
guix package -i emacs-shroud
If you want the latest package, clone the source repository
git clone https://git.savannah.nongnu.org/cgit/emacs-shroud.git cd emacs-shroud guix package -f ./guix.scm
To run from the sources, clone or in any other way download the sources.
git clone https://git.savannah.nongnu.org/cgit/emacs-shroud.git
Setup Emacs configuration to load the sources, by adding this to your Emacs configs.
(push (directory-file-name "/path/to/emacs-shroud/") load-path) (require 'shroud)
The easiest way to install is to use Melpa at https://melpa.org/#/, and just type this inside Emacs.
M-x package-install RET shroud RET