branch: externals/corfu commit df7d95241a60adae9bea4b12df9e2bd7633a3bc4 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
eldoc: Register more Corfu commands --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index 4e457cac22..1d0c9cbae1 100644 --- a/corfu.el +++ b/corfu.el @@ -1414,7 +1414,7 @@ The ORIG function takes the FUN and WHICH arguments." ;; Register Corfu with ElDoc (advice-add #'eldoc-display-message-no-interference-p :before-while #'corfu--eldoc-advice) -(eldoc-add-command #'corfu-complete #'corfu-insert) +(eldoc-add-command #'corfu-complete #'corfu-insert #'corfu-expand #'corfu-send) (provide 'corfu) ;;; corfu.el ends here