lambdaisland-guides icon indicating copy to clipboard operation
lambdaisland-guides copied to clipboard

Fix: Elisp code snippet

Open suvratapte opened this issue 6 years ago • 2 comments

cider-connections is a function. So (car cider-connections) does not work. Replaced it with (car (cider-connections))

suvratapte avatar Jan 02 '19 04:01 suvratapte

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).

suvratapte avatar Jan 02 '19 04:01 suvratapte

Should we delete this PR?

suvratapte avatar Aug 02 '23 11:08 suvratapte