core-os: don't use gtk tooltips on linux (ew)
This commit is contained in:
parent
358c7e52b7
commit
4ede35129d
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@
|
||||||
(osx-clipboard-mode +1)))))
|
(osx-clipboard-mode +1)))))
|
||||||
|
|
||||||
(IS-LINUX
|
(IS-LINUX
|
||||||
;; nothing yet
|
;; native tooltips are ugly!
|
||||||
|
(setq x-gtk-use-system-tooltips nil)
|
||||||
))
|
))
|
||||||
|
|
||||||
(provide 'core-os)
|
(provide 'core-os)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue