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")