summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-16 21:29:56 +0800
committernoa2025-02-16 21:29:56 +0800
commita6be531da7187bb97100c0f1c123ecc7979ac66e (patch)
treec929bc035d7102c712a7290460f6e7e27729c4cd /emacs/init.el
parentb283b4a50458aa45bc82cc9baad67ad6558302a9 (diff)
Don't display help at point when idle
Hovering the mouse does this, i don't need the extra interactivity
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index aef6e2a..07c8b4b 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -411,9 +411,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 ;; Emacs server
 ;; (unless (server-running-p) (server-start)))
 
-;; This puts some help in the minibuffer when we leave the point on some interactive text.
-(setopt help-at-pt-display-when-idle 'never)
-
 ;; Better support for long lines.
 (setopt global-so-long-mode t)