From 7c6a35d245f5e0c38fd7e2536a2fb5c6cf8f3405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 24 Aug 2022 16:04:21 +0200 Subject: emacs custom variables --- config/doom/custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3