mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(org): remove redundant eldoc-mode activation
This commit is contained in:
@ -1337,10 +1337,6 @@ compelling reason, so..."
|
|||||||
#'+org-init-protocol-lazy-loader-h
|
#'+org-init-protocol-lazy-loader-h
|
||||||
#'+org-init-smartparens-h)
|
#'+org-init-smartparens-h)
|
||||||
|
|
||||||
;; (Re)activate eldoc-mode in org-mode a little later, because it disables
|
|
||||||
;; itself if started too soon (which is the case with `global-eldoc-mode').
|
|
||||||
(add-hook 'org-mode-local-vars-hook #'eldoc-mode)
|
|
||||||
|
|
||||||
;; In case the user has eagerly loaded org from their configs
|
;; In case the user has eagerly loaded org from their configs
|
||||||
(when (and (featurep 'org)
|
(when (and (featurep 'org)
|
||||||
(not byte-compile-current-file))
|
(not byte-compile-current-file))
|
||||||
|
Reference in New Issue
Block a user