summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.org b/init.org
index 21cd552..8b7cf00 100644
--- a/init.org
+++ b/init.org
@@ -979,7 +979,9 @@
*** eldoc
#+begin_src emacs-lisp
(use-package eldoc
- :init (setq eldoc-mode-line-string nil)
+ :init (setq eldoc-mode-line-string nil
+ global-eldoc-mode nil)
+ :config (global-eldoc-mode -1)
:hook ((prog-mode . eldoc-mode))
:diminish ((eldoc-mode . "")))
#+end_src