diff options
author | jao <jao@gnu.org> | 2021-07-01 02:17:05 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-01 02:17:05 +0100 |
commit | 770082ba875ee8dd3dee3eabae853dfd7aab891a (patch) | |
tree | 0ed82dfc70265891cc6257531969269b75af10b6 | |
parent | 09376b5124abe9ab57480915e3edfc509f30b355 (diff) | |
download | elibs-770082ba875ee8dd3dee3eabae853dfd7aab891a.tar.gz elibs-770082ba875ee8dd3dee3eabae853dfd7aab891a.tar.bz2 |
eldoc for magit status feels too intrusive
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |