diff options
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/doom/custom.el b/config/doom/custom.el index 585b5a0..81db855 100644 --- a/config/doom/custom.el +++ b/config/doom/custom.el @@ -3,8 +3,10 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(package-selected-packages '(adoc-mode logview)) '(safe-local-variable-values - '((cider-default-cljs-repl . custom) + '((cider-default-cljs-repl . shadow) + (cider-shadow-cljs-default-options . "app") (cider-preferred-build-tool . clojure-cli) (cider-clojure-cli-global-options . "-A:dev") (eval progn |