diff options
-rw-r--r-- | emacs/init.el | 3 |
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) |