Skip to content

Disable function-signature-help #3718

Closed Answered by gchape
gchape asked this question in Q&A
Jun 24, 2024 · 2 comments · 9 replies
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

@gchape
Comment options

@vemv
Comment options

@gchape
Comment options

@vemv
Comment options

Comment options

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

@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