1
0
Fork 0

Don’t show the default help tooltip on the mode-line

This commit is contained in:
Tom Willemse 2020-01-10 22:46:54 -08:00
parent 5f49128ed7
commit 5fe2bca5cc

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2019.1210.221052 ;; Version: 2020.0110.224643
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful) ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful)
;; This program is free software; you can redistribute it and/or modify ;; 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")) (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" (setq user-full-name "Tom Willemse"
user-mail-address "tom@ryuslash.org") user-mail-address "tom@ryuslash.org")