add rainbow delimiters when loading clojure mode
This commit is contained in:
parent
c10b01ba65
commit
bf9eb03558
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
:commands (clojure-mode clojurescript-mode) ;; this might not be necessary?
|
||||
:config
|
||||
|
||||
(rainbow-delimiters-mode-enable)
|
||||
|
||||
(def-package! clj-refactor ;; prob a better place to do this...using hooks?
|
||||
:demand t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue