TIL that Emacs has
(setq show-paren-style 'expression)
to highlight the entire expression when you move the cursor to the parenthesis
and
(set-face-background 'show-paren-match "#353535")
to stop the highlighting colour from being the ugly blue default
(setq show-paren-style 'expression)
to highlight the entire expression when you move the cursor to the parenthesis
and
(set-face-background 'show-paren-match "#353535")
to stop the highlighting colour from being the ugly blue default