feat(emacs): Cider download java src

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent ec2c349bae
commit 909965ed8b

View File

@@ -51,7 +51,10 @@
cider-clojure-interaction-mode
clojurec-mode clojurescript-mode)
#'cider-eval-region))
:custom ((cider-show-error-buffer nil))
:custom ((cider-show-error-buffer nil)
;; Download Java source archives for local Javadoc and jump-to-def
;; functionality.
(cider-download-java-sources t))
:general
;; DEPRECATED: Remove once a `map!' equivalent is implemented.
(:keymaps 'cider-repl-mode-map