Skip to content

cider-connection-message-fn is not used #3172

@benjamin-asdf

Description

@benjamin-asdf

cider 1.3
When you start a repl - no connection message.

user space fix:

(add-hook
 'cider-connected-hook
 (lambda ()
   (message
    (funcall
     cider-connection-message-fn))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    buggood first issueA simple tasks suitable for first-time contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions