You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cider-repl does not have the mode-local variable comment-start defined. In modes that do not have comment-start defined, newcomment.el will sometimes request (by way of comment-normalize-vars) that you input one by read-string.
Can we define it in cider-repl, like we do in cider-nrepl?