Skip to content

Commit cd9aed4

Browse files
committed
[Docs] Mention cider-clojure-cli-global-aliases
1 parent 24a2ef0 commit cd9aed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/modules/ROOT/pages/basics/up_and_running.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

217218
On 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

0 commit comments

Comments
 (0)