diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:04:21 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:04:21 +0200 |
commit | 7c6a35d245f5e0c38fd7e2536a2fb5c6cf8f3405 (patch) | |
tree | 4c0ed41796ee3f13e52ac454bc88b51c385326cc | |
parent | c3ce4387f465bd074cd0eecc8ab12824f1eb876f (diff) | |
download | dotfiles-7c6a35d245f5e0c38fd7e2536a2fb5c6cf8f3405.tar.gz dotfiles-7c6a35d245f5e0c38fd7e2536a2fb5c6cf8f3405.tar.bz2 dotfiles-7c6a35d245f5e0c38fd7e2536a2fb5c6cf8f3405.zip |
emacs custom variables
-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 |