mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: fix eldoc display in org-mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user