File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
doc/modules/ROOT/pages/basics Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,8 @@ so we'll examine them tool by tool.
212212
213213* `cider-clojure-cli-command` - the name of the `clojure` executable (`clojure` by default)
214214* `cider-clojure-cli-parameters` - the command-line parameters to start a REPL
215- * `cider-clojure-cli-aliases` - a list of aliases to be used at jack-in time
215+ * `cider-clojure-cli-aliases` - a list of project-specific aliases to be used at jack-in time (it's meant to be set via `.dir-locals.el`)
216+ * `cider-clojure-cli-global-aliases` - a list of global aliases that are appended to project-specific `cider-clojure-cli-aliases`
216217
217218On MS-Windows, CIDER will employ `PowerShell` to execute Clojure if no
218219`clojure` executable is found in the PATH (e.g. like the one supplied
You can’t perform that action at this time.
0 commit comments