File: cider-client.el.html
A layer of abstraction above the low-level nREPL client code.
Defined variables (18)
cider--print-options-mapping | A mapping of print option for the various supported print engines. |
cider-after-eval-done-hook | List of functions to call after eval was responded by nrepl with done status. |
cider-before-eval-hook | List of functions to call before eval request is sent to nrepl. |
cider-buffer-ns | Current Clojure namespace of some buffer. |
cider-download-java-sources | Whether to automatically download source artifacts for 3rd-party Java classes. |
cider-enhanced-cljs-completion-p | This setting enables dynamic cljs completions. |
cider-eval-spinner-delay | Amount of time, in seconds, after which the spinner will be shown. |
cider-eval-spinner-type | Appearance of the spinner. |
cider-filtered-namespaces-regexps | List of regexps used to filter out some vars/symbols/namespaces. |
cider-format-code-options | A map of options that will be passed to ‘cljfmt’ to format code. |
cider-print-buffer-size | The size in bytes of each value/output chunk when using print streaming. |
cider-print-fn | Sets the function to use for printing. |
cider-print-options | A map of options that will be passed to ‘cider-print-fn’. |
cider-print-quota | A hard limit on the number of bytes to return from any printing operation. |
cider-show-eval-spinner | When true, show a spinner in the mode line for long-running operations. |
cider-show-spinner | When true, show a spinner in the mode line for long-running operations. |
cider-spinner-delay | Amount of time, in seconds, after which the spinner will be shown. |
cider-spinner-type | Appearance of the spinner. |