Skip to content
Discussion options

You must be logged in to vote

One can remove eldoc-documentation-functions from cider using following snippet:

(use-package! cider
  :after eglot
  :preface
  (defun disable-cider-eldoc ()
    (setq-local eldoc-documentation-functions
                (remove #'cider-eldoc eldoc-documentation-functions))
    )
  :hook
  (cider-mode . disable-cider-eldoc)
  )

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@vemv
Comment options

vemv Jun 24, 2024
Collaborator

@gchape
Comment options

@vemv
Comment options

vemv Jun 24, 2024
Collaborator

@gchape
Comment options

@vemv
Comment options

vemv Jun 24, 2024
Collaborator

Comment options

You must be logged in to vote
2 replies
@vemv
Comment options

vemv Jun 29, 2024
Collaborator

@gchape
Comment options

Answer selected by gchape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants