如何查找和编辑 cider-lein-parameters?

How do I find and edit cider-lein-parameters?

我是 Clojure、lein 和 spacemacs 的新手。我正在尝试让 cider-jack-in repl 进入 spacemacs,但无法加载。网上搜索了一下,我觉得这个问题的解决办法是here。具体来说,

"For anyone else running into this issue, this can be fixed by setting cider-lein-parameters to "repl :headless :host localhost" (默认值为 "repl :headless :host ::")"

我的问题是我不知道 cider-lein-parameters 文件在哪里,甚至不知道它是否是一个文件。因为我什至找不到它,所以我无法编辑它。我对此进行了广泛的搜索,但没有发现任何有用的东西。谁能指导我基本解释这是什么以及如何编辑它?这是 spacemacs 的东西吗?还是 lein 东西?

我们将不胜感激任何帮助!谢谢!

  1. 按M-x(Alt-x),然后输入set-variable命令
  2. Select或输入cider-lein-parameters变量名
  3. 在双引号中输入它的值。例如"new value"