Computing, Emacs, Linux, software, Tips
Colour your brackets, braces, etc. with rainbow-delimiters
The rainbow-delimiters package contains a minor mode that highlights various sorts of brackets, braces, parentheses, etc. according to the depth in which they are nested. Obviously, this can be very helpful when editing lisp code (or your .emacs file), but I have also found it to be helpful in other languages, as shown in the […]
Read full case study