File: cider-common.el.html
Common functions that are useful in both Clojure buffers and REPL buffers.
Defined variables (10)
cider-auto-select-buffer | Whether CIDER should select the auxiliary buffers it displays. |
cider-from-nrepl-filename-function | Function to translate nREPL namestrings to Emacs filenames. |
cider-jump-to-pop-to-buffer-actions | Determine what window ‘cider-jump-to’ uses. |
cider-minibuffer-history | History list of expressions read from the minibuffer. |
cider-minibuffer-map | Minibuffer keymap used for reading Clojure expressions. |
cider-path-translations | Alist of path prefixes to path prefixes. |
cider-prefer-local-resources | Prefer local resources to remote (tramp) ones when both are available. |
cider-prompt-for-symbol | Controls when to prompt for symbol when a command requires one. |
cider-special-mode-truncate-lines | If non-nil, contents of CIDER’s special buffers will be line-truncated. |
cider-use-completing-read-for-symbol | Whether symbol prompts read the symbol via ‘completing-read’. |