Skip to content

Commit

Permalink
[Docs] Mention cider-clojure-cli-global-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 21, 2024
1 parent 24a2ef0 commit cd9aed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/modules/ROOT/pages/basics/up_and_running.adoc
Expand Up @@ -212,7 +212,8 @@ so we'll examine them tool by tool.

* `cider-clojure-cli-command` - the name of the `clojure` executable (`clojure` by default)
* `cider-clojure-cli-parameters` - the command-line parameters to start a REPL
* `cider-clojure-cli-aliases` - a list of aliases to be used at jack-in time
* `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`)
* `cider-clojure-cli-global-aliases` - a list of global aliases that are appended to project-specific `cider-clojure-cli-aliases`

On MS-Windows, CIDER will employ `PowerShell` to execute Clojure if no
`clojure` executable is found in the PATH (e.g. like the one supplied
Expand Down

0 comments on commit cd9aed4

Please sign in to comment.