tooltip mode is not always defined...
This commit is contained in:
parent
764fe069ad
commit
cd442c0f21
@ -136,7 +136,7 @@
|
|||||||
(setq inhibit-startup-message t
|
(setq inhibit-startup-message t
|
||||||
inhibit-startup-echo-area-message t)
|
inhibit-startup-echo-area-message t)
|
||||||
|
|
||||||
(tooltip-mode -1)
|
(when (fboundp 'tooltip-mode) (tooltip-mode -1))
|
||||||
(setq tooltip-use-echo-area t)
|
(setq tooltip-use-echo-area t)
|
||||||
|
|
||||||
(setq use-dialog-box nil)
|
(setq use-dialog-box nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user