[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH org-contrib 0/1] Fix org-eldoc functionality
From: |
~dalanicolai |
Subject: |
[PATCH org-contrib 0/1] Fix org-eldoc functionality |
Date: |
Thu, 25 May 2023 10:04:18 +0000 |
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
- [PATCH org-contrib 0/1] Fix org-eldoc functionality,
~dalanicolai <=