Skip to content

Instantly share code, notes, and snippets.

View kordano's full-sized avatar
💻
Working on Datahike

Konrad Kühne kordano

💻
Working on Datahike
View GitHub Profile
@auramo
auramo / figwheel-emacs-cider.txt
Created August 6, 2015 12:35
figwheel emacs cider stuff
## Using Emacs CIDER as the Figwheel REPL tool
project.clj should have this line:
```
:figwheel { :nrepl-port 7888 }
```
At the defproject-level.
It enables external tools to connect to the Figwheel REPL. To connect