Restore mode-line help-echo properties

And moved it to my private config.
This commit is contained in:
Henrik Lissner 2019-11-25 02:10:51 -05:00
parent 9bd3a988f1
commit b665e31bcb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -345,11 +345,6 @@ treat Emacs as a non-application window."
;; But don't let the minibuffer grow beyond this size ;; But don't let the minibuffer grow beyond this size
max-mini-window-height 0.15) 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 ;; Typing yes/no is obnoxious when y/n will do
(fset #'yes-or-no-p #'y-or-n-p) (fset #'yes-or-no-p #'y-or-n-p)