[Init] Disable ‘tooltip-mode’

It’s not really necessary, but causes strange effects under Win10 and Cygwin,
for whatever reason.
This commit is contained in:
Daniel - 2018-03-25 21:03:14 +02:00
parent 3189a3a0b1
commit 7a351b8d55
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@
(dolist (mode '(tool-bar-mode
scroll-bar-mode
menu-bar-mode
blink-cursor-mode))
blink-cursor-mode
tooltip-mode))
(when (fboundp mode)
(funcall mode 0)))