File: cider.el.html
Provides a Clojure interactive development environment for Emacs, built on top of nREPL. See https://docs.cider.mx for more details.
Defined variables (11)
cider--jack-in-cmd-history | History list for user-specified jack-in commands. |
cider--jack-in-nrepl-params-history | History list for user-specified jack-in nrepl command params. |
cider-codename | Codename used to denote stable releases. |
cider-connect-default-params | Default plist of params for connecting to an external nREPL server. |
cider-connected-hook | List of functions to call when connected to Clojure nREPL server. |
cider-connection-init-commands | A list of all user-level connection init commands in CIDER. |
cider-connection-message-fn | The function to use to generate the message displayed on connect. |
cider-disconnected-hook | List of functions to call when disconnected from the Clojure nREPL server. |
cider-edit-jack-in-command | When truthy allow the user to edit the command. |
cider-start-map | CIDER jack-in and connect keymap. |
cider-version | The current version of CIDER. |