lambdaisland-guides
lambdaisland-guides copied to clipboard
Fix: Elisp code snippet
cider-connections is a function. So (car cider-connections) does not work. Replaced it with (car (cider-connections))
I'm sorry I used the online editor by GitHub and it created 2 patches and created 2 pull requests. You can delete this one (patch-1).
Should we delete this PR?