Skip to content

Commit 64162aa

Browse files
committed
Fix a formatting issue in the README
1 parent a3306c9 commit 64162aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ For an optimal Lumo experience the `-d` needs to be passed to Lumo when launched
113113

114114
For example, you can use the following command (assuming `cp` contains the classpath) in your `.dir-locals.el`:
115115

116+
```el
116117
((nil . (eval . (setq inf-clojure-boot-cmd (concat "lumo -d -c "
117118
(f-read (concat (inf-clojure-project-root) "cp")))))))
119+
```
118120

119121
## Troubleshooting
120122

0 commit comments

Comments
 (0)