branch: elpa/inf-clojure commit 64162aa65c15c8b4231ee04260ad384b77f7ebbe Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Fix a formatting issue in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1de492..9d406e4 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,10 @@ For an optimal Lumo experience the `-d` needs to be passed to Lumo when launched For example, you can use the following command (assuming `cp` contains the classpath) in your `.dir-locals.el`: +```el ((nil . (eval . (setq inf-clojure-boot-cmd (concat "lumo -d -c " (f-read (concat (inf-clojure-project-root) "cp"))))))) +``` ## Troubleshooting