diff options
author | jao <jao@gnu.org> | 2025-09-23 23:00:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-23 23:00:15 +0100 |
commit | 09f814c07e1a7b5d97ac63831644e0f439c1aefd (patch) | |
tree | e2c841de2361f02dfb91fe90352615b8bd7528c4 /custom | |
parent | 890686ca37d49c308be7257d7a20ea03e29a6582 (diff) | |
download | elibs-09f814c07e1a7b5d97ac63831644e0f439c1aefd.tar.gz elibs-09f814c07e1a7b5d97ac63831644e0f439c1aefd.tar.bz2 |
jao-clojure: fixes for test/implementation jumps
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 |