feat(emacs): Cider download java src
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user