Skip to content

Fix: Elisp code snippet#10

Open
suvratapte wants to merge 1 commit intolambdaisland:masterfrom
suvratapte:patch-1
Open

Fix: Elisp code snippet#10
suvratapte wants to merge 1 commit intolambdaisland:masterfrom
suvratapte:patch-1

Conversation

@suvratapte
Copy link
Copy Markdown
Contributor

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

`cider-connections` is a function. So `(car cider-connections)` does not work. Replaced it with `(car (cider-connections))`
@suvratapte
Copy link
Copy Markdown
Contributor Author

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
Copy link
Copy Markdown
Contributor Author

suvratapte commented Aug 2, 2023

Should we delete this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant