Fix #2972: disable eldoc for plantuml org blocks

This commit is contained in:
Henrik Lissner 2020-08-26 13:55:09 -04:00
parent 018cedf05f
commit 2df1eb7a76
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -564,6 +564,7 @@ eldoc string."
;; 'python' src blocks.
;; TODO Should be reported upstream!
(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))
(defun +org--restart-mode-h ()