From 805f7e71751c2711572ec481426353e1a85e300c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 1 Feb 2018 19:46:07 -0500 Subject: [PATCH] core-os: x-underline-at-descent-line = t --- core/core-os.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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