Liking cljdoc? Tell your friends :D

nrepl.config

Server configuration utilities. Some server options can be configured via configuration files (local or global). This namespace provides convenient API to work with them.

The config resolution algorithm is the following: The global config file .nrepl/nrepl.edn is merged with any local config file (.nrepl.edn) if present. The values in the local config file take precedence.

Server configuration utilities.
Some server options can be configured via configuration
files (local or global).  This namespace provides
convenient API to work with them.

The config resolution algorithm is the following:
The global config file .nrepl/nrepl.edn is merged with
any local config file (.nrepl.edn) if present.
The values in the local config file take precedence.
raw docstring

configclj

Configuration map. It's created by merging the global configuration file with a local configuration file that would normally the placed in the directory in which you're running nREPL.

Configuration map.
It's created by merging the global configuration file
with a local configuration file that would normally
the placed in the directory in which you're running
nREPL.
sourceraw docstring

config-dirclj

nREPL's configuration directory. By default it's ~/.nrepl, but this can be overridden with the NREPL_CONFIG_DIR env variable.

nREPL's configuration directory.
By default it's ~/.nrepl, but this can be overridden
with the NREPL_CONFIG_DIR env variable.
sourceraw docstring

config-fileclj

nREPL's config file.

nREPL's config file.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close