From e75a79de30134a845651bc856b32d46772d0bf90 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Dec 2015 03:29:58 -0500 Subject: [PATCH] Silence :help-echo text --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index 2cd7dfb41..84357cc89 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -26,6 +26,7 @@ idle-update-delay 1 split-width-threshold nil ; favor horizontal splits + show-help-function nil ; hide :help-echo text ;; Minibuffer resizing resize-mini-windows 'grow-only