aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/custom.el
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:06:47 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:06:47 +0200
commitfc69b48c6950df93e480b3edea7915444b25326e (patch)
treee8c58c0444f9905905afbcfdeb4ea5bbd0be2cca /config/doom/custom.el
parentae976c2bd8a4b72174f001d84a52850dae01ebeb (diff)
downloaddotfiles-fc69b48c6950df93e480b3edea7915444b25326e.tar.gz
dotfiles-fc69b48c6950df93e480b3edea7915444b25326e.tar.bz2
dotfiles-fc69b48c6950df93e480b3edea7915444b25326e.zip
doom config
Diffstat (limited to 'config/doom/custom.el')
-rw-r--r--config/doom/custom.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/doom/custom.el b/config/doom/custom.el
index ef36029..3b13532 100644
--- a/config/doom/custom.el
+++ b/config/doom/custom.el
@@ -10,6 +10,8 @@
(eval progn
(make-variable-buffer-local 'cider-jack-in-nrepl-middlewares)
(add-to-list 'cider-jack-in-nrepl-middlewares "shadow.cljs.devtools.server.nrepl/middleware"))
+
+ (cider-custom-cljs-repl-init-form . "(do (require '[shadow.cljs.devtools.server :as server]) (require '[shadow.cljs.devtools.api :as shadow]) (server/start!) (shadow/watch :app) (shadow/nrepl-select :app))")
(org-startup-folded . showall))))
(custom-set-faces
;; custom-set-faces was added by Custom.