Hello, <[email protected]> writes:
[...] > I need info how to activate parentheses highlighting in Emacs, and may be > configure exactly as in my pic left side. Slap (show-paren-mode) in your ~/.emacs :-). You'll also want (electric-pair-mode). Also try paredit, it makes editing Lisp/Scheme much more pleasant. HTH, Maxim
