diff options
-rw-r--r-- | spacemacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 339ba68..918a215 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -693,6 +693,9 @@ This is the place where most of your configurations should be done. Unless it is ;; Clojure cljr-warn-on-eval nil + ;; cider-cljs-lein-repl "(do (require 'figwheel-sidecar.repl-api) + ;; (figwheel-sidecar.repl-api/start-figwheel!) + ;; (figwheel-sidecar.repl-api/cljs-repl))" ;; Common Lisp inferior-lisp-program "ros -L sbcl -Q -l ~/.sbclrc run" |