Add eldoc mode-line theme
This commit is contained in:
parent
c100bb0eb1
commit
878e3d9d07
2 changed files with 42 additions and 5 deletions
|
@ -76,11 +76,6 @@
|
|||
(when (and (> emacs-major-version 24) (featurep 'eldoc))
|
||||
(global-eldoc-mode -1))
|
||||
|
||||
(use-package eldoc-eval
|
||||
:config
|
||||
(setq eldoc-in-minibuffer-show-fn 'doom/eldoc-show-in-mode-line)
|
||||
(eldoc-in-minibuffer-mode +1))
|
||||
|
||||
;; Highlight TODO/FIXME/NOTE tags
|
||||
(add-hook! (prog-mode emacs-lisp-mode css-mode)
|
||||
(font-lock-add-keywords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue