We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3306c9 commit 64162aaCopy full SHA for 64162aa
README.md
@@ -113,8 +113,10 @@ For an optimal Lumo experience the `-d` needs to be passed to Lumo when launched
113
114
For example, you can use the following command (assuming `cp` contains the classpath) in your `.dir-locals.el`:
115
116
+```el
117
((nil . (eval . (setq inf-clojure-boot-cmd (concat "lumo -d -c "
118
(f-read (concat (inf-clojure-project-root) "cp")))))))
119
+```
120
121
## Troubleshooting
122
0 commit comments