core-os: x-underline-at-descent-line = t

This commit is contained in:
Henrik Lissner 2018-02-01 19:46:07 -05:00
parent 4567054aed
commit 805f7e7175
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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