Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3b73087e
Commit
3b73087e
authored
Nov 09, 2000
by
Gerd Moellmann
Browse files
(command-line): Set the default tooltip-mode
to t for graphical displays which implement x-show-tip.
parent
730c746c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/startup.el
lisp/startup.el
+6
-0
No files found.
lisp/startup.el
View file @
3b73087e
...
...
@@ -765,6 +765,12 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(
setq-default
blink-cursor
t
)
(
blink-cursor-mode
1
))
(
when
(
and
(
not
noninteractive
)
(
display-graphic-p
)
(
fboundp
'x-show-tip
))
(
setq-default
tooltip-mode
t
)
(
tooltip-mode
1
))
;; Register default TTY colors for the case the terminal hasn't a
;; terminal init file.
(
or
(
memq
window-system
'
(
x
w32
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment