Eldoc functionality only works after a restricted set of commands (see the variable 'eldoc-message-commands'). Because `org-self-insert- command', by default, is not in that list, eldoc functionality works poorly in org-mode (it does not work when typing, only when navigating). This patch fixes it for when using org-eldoc.el.
Daniel Nicolai (1):
Fix org-eldoc: add 'org-self-insert-command' to
'eldoc-message-commands'
lisp/org-eldoc.el | 2 ++
1 file changed, 2 insertions(+)
--
2.38.4
