mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
Enable global-eldoc-mode
This commit is contained in:
parent
8459a87b60
commit
609a2e4940
3
init.el
3
init.el
@ -72,6 +72,9 @@
|
|||||||
(global-diff-hl-mode)
|
(global-diff-hl-mode)
|
||||||
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
|
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
|
||||||
|
|
||||||
|
(use-package eldoc
|
||||||
|
:config (global-eldoc-mode))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
:bind (("C-x g" . magit-status)
|
:bind (("C-x g" . magit-status)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user