mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
add rainbow delimiters when loading clojure mode
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
:commands (clojure-mode clojurescript-mode) ;; this might not be necessary?
|
:commands (clojure-mode clojurescript-mode) ;; this might not be necessary?
|
||||||
:config
|
:config
|
||||||
|
|
||||||
|
(rainbow-delimiters-mode-enable)
|
||||||
|
|
||||||
(def-package! clj-refactor ;; prob a better place to do this...using hooks?
|
(def-package! clj-refactor ;; prob a better place to do this...using hooks?
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user