diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-programming.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index b88c43c..7fe3e7f 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -269,6 +269,8 @@ jao-kaocha-compilation-error))) (use-package jao-clojure + :demand t + :after cider-test :bind (:map clojure-mode-map (("C-c o" . jao-clojure-other-file)))) (use-package cider @@ -277,6 +279,7 @@ :init (setq cider-annotate-completion-candidates t cider-auto-select-error-buffer nil cider-auto-select-test-report-buffer nil + cider-clojure-cli-aliases ":test" cider-eldoc-display-for-symbol-at-point t cider-eldoc-ns-function #'identity ;; #'cider-last-ns-segment cider-enrich-classpath nil |