General cleanup/doc comment update

This commit is contained in:
Henrik Lissner 2016-10-02 23:26:29 +02:00
parent 906c6e2055
commit 5422201526
6 changed files with 28 additions and 17 deletions

View file

@ -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