From 5fe2bca5cc96331e2a708e1e4a0a531899d53466 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 10 Jan 2020 22:46:54 -0800 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20show=20the=20default=20help=20t?= =?UTF-8?q?ooltip=20on=20the=20mode-line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-core.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index b32a194..a614e52 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.1210.221052 +;; Version: 2020.0110.224643 ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful) ;; This program is free software; you can redistribute it and/or modify @@ -64,6 +64,9 @@ (setq abbrev-file-name (oni-data-dir-locate "abbrev_defs")) +;;; Get rid of the default help tooltip on the mode-line. +(setq mode-line-default-help-echo nil) + (setq user-full-name "Tom Willemse" user-mail-address "tom@ryuslash.org")