From b665e31bcb358956632f9437dd037bad01b1a4dd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 Nov 2019 02:10:51 -0500 Subject: [PATCH] Restore mode-line help-echo properties And moved it to my private config. --- core/core-ui.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index 8c58cf0f3..9d2549f18 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -345,11 +345,6 @@ treat Emacs as a non-application window." ;; But don't let the minibuffer grow beyond this size max-mini-window-height 0.15) -;; Disable help mouse-overs for mode-line segments (i.e. :help-echo text). -;; They're generally unhelpful and only add confusing visual clutter. -(setq mode-line-default-help-echo nil - show-help-function nil) - ;; Typing yes/no is obnoxious when y/n will do (fset #'yes-or-no-p #'y-or-n-p)