From 770082ba875ee8dd3dee3eabae853dfd7aab891a Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 1 Jul 2021 02:17:05 +0100 Subject: eldoc for magit status feels too intrusive --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 745cd96..d398b92 100644 --- a/init.org +++ b/init.org @@ -1986,8 +1986,8 @@ #'jao-magit-eldoc-for-commit nil t) (eldoc-mode 1)) - (add-hook 'magit-status-mode-hook #'jao-magit-eldoc-setup) (add-hook 'magit-log-mode-hook #'jao-magit-eldoc-setup) + ;; (add-hook 'magit-status-mode-hook #'jao-magit-eldoc-setup) (with-eval-after-load "eldoc" (eldoc-add-command 'magit-next-line) -- cgit v1.2.3