diff options
| -rw-r--r-- | lisp/startup.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 1c0f9814cf1..8cc24039b12 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -765,6 +765,12 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." | |||
| 765 | (setq-default blink-cursor t) | 765 | (setq-default blink-cursor t) |
| 766 | (blink-cursor-mode 1)) | 766 | (blink-cursor-mode 1)) |
| 767 | 767 | ||
| 768 | (when (and (not noninteractive) | ||
| 769 | (display-graphic-p) | ||
| 770 | (fboundp 'x-show-tip)) | ||
| 771 | (setq-default tooltip-mode t) | ||
| 772 | (tooltip-mode 1)) | ||
| 773 | |||
| 768 | ;; Register default TTY colors for the case the terminal hasn't a | 774 | ;; Register default TTY colors for the case the terminal hasn't a |
| 769 | ;; terminal init file. | 775 | ;; terminal init file. |
| 770 | (or (memq window-system '(x w32)) | 776 | (or (memq window-system '(x w32)) |