lang/org: fix eldoc display in org-mode

This commit is contained in:
Henrik Lissner 2019-10-29 00:50:35 -04:00
parent 527df08373
commit 53d8c97cb0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -892,6 +892,8 @@ compelling reason, so..."
;; ol-eww
))
(add-hook 'org-mode-local-vars-hook #'eldoc-mode)
(add-hook! 'org-mode-hook
;; `show-paren-mode' causes flickering with indent overlays made by
;; `org-indent-mode', so we turn off show-paren-mode altogether