Enable global-eldoc-mode

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:33:00 +02:00
parent 8459a87b60
commit 609a2e4940

View File

@ -72,6 +72,9 @@
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
(use-package eldoc
:config (global-eldoc-mode))
(use-package magit
:defer t
:bind (("C-x g" . magit-status)