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
Fix cider-repl-handle-shortcut not handling plain lambdas
The function expects values in `cider-repl-shortcuts` to be commands
(interactively callable functions). For some cases (currently
`browse-ns`, `test-all-with-selector` and
`test-project-with-selector`) this is not true that causes the `,`
command to fail. For these cases make the lambdas interactive too.
0 commit comments