emacs-rainbow-blocks 1.0.0-1.dd435d7
Highlight sexp blocks
Rainbow-blocks is an Emacs mode that highlights blocks made of parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color. This makes it easy to orient yourself in the code, and tell which statements are at a given level.
- Outputs:
out
- Website: https://github.com/istib/rainbow-blocks
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-rainbow-blocks 1.0.0-1.dd435d7
as follows:
guix install emacs-rainbow-blocks@1.0.0-1.dd435d7
Or install the latest version:
guix install emacs-rainbow-blocks
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.