Don’t show the default help tooltip on the mode-line
This commit is contained in:
parent
5f49128ed7
commit
5fe2bca5cc
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue