mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
General cleanup/doc comment update
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
(with-current-buffer "*Messages*" (doom-hide-mode-line-mode +1))
|
||||
|
||||
;; Eldoc is enabled globally on Emacs 25. No thank you, I'll do it myself.
|
||||
(when (and (> emacs-major-version 24) (featurep 'eldoc))
|
||||
(when (bound-and-true-p global-eldoc-mode)
|
||||
(global-eldoc-mode -1))
|
||||
|
||||
;; TODO/FIXME/NOTE highlighting in comments
|
||||
|
Reference in New Issue
Block a user