Fix #2972: disable eldoc for plantuml org blocks
This commit is contained in:
parent
018cedf05f
commit
2df1eb7a76
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ eldoc string."
|
||||||
;; 'python' src blocks.
|
;; 'python' src blocks.
|
||||||
;; TODO Should be reported upstream!
|
;; TODO Should be reported upstream!
|
||||||
(puthash "org" #'ignore org-eldoc-local-functions-cache)
|
(puthash "org" #'ignore org-eldoc-local-functions-cache)
|
||||||
|
(puthash "plantuml" #'ignore org-eldoc-local-functions-cache)
|
||||||
(puthash "python" #'python-eldoc-function org-eldoc-local-functions-cache))
|
(puthash "python" #'python-eldoc-function org-eldoc-local-functions-cache))
|
||||||
|
|
||||||
(defun +org--restart-mode-h ()
|
(defun +org--restart-mode-h ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue