diff --git a/init.el b/init.el index aa4525c..ccfabaa 100644 --- a/init.el +++ b/init.el @@ -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)