rainbow delimiters for lisp modes
This commit is contained in:
parent
f745a3895e
commit
1ad744a76b
1 changed files with 5 additions and 0 deletions
|
|
@ -55,5 +55,10 @@
|
||||||
modus-themes-completions 'opinionated
|
modus-themes-completions 'opinionated
|
||||||
modus-themes-mode-line '(accented borderless)))
|
modus-themes-mode-line '(accented borderless)))
|
||||||
|
|
||||||
|
(use-package rainbow-delimiters
|
||||||
|
:hook
|
||||||
|
((emacs-lisp-mode . rainbow-delimiters-mode)
|
||||||
|
(clojure-mode . rainbow-delimiters-mode)))
|
||||||
|
|
||||||
(provide 'tobmacs-appearance)
|
(provide 'tobmacs-appearance)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue