diff --git a/core/core-os.el b/core/core-os.el index 08f356fb9..9b41c437e 100644 --- a/core/core-os.el +++ b/core/core-os.el @@ -49,9 +49,8 @@ (osx-clipboard-mode +1))))) (IS-LINUX - ;; native tooltips are ugly! - (setq x-gtk-use-system-tooltips nil) - )) + (setq x-gtk-use-system-tooltips nil ; native tooltips are ugly! + x-underline-at-descent-line t))) ; draw underline lower (provide 'core-os) ;;; core-os.el ends here