Fix #5169: x-underline-at-descent-line = nil

Looks weird when line-spacing is non-zero.
This commit is contained in:
Henrik Lissner 2021-07-08 15:20:22 -04:00
parent ff2e75b15e
commit 57026c4b70

View file

@ -571,9 +571,6 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(cons 'custom-theme-directory
(delq 'custom-theme-directory custom-theme-load-path)))
;; Underline looks a bit better when drawn lower
(setq x-underline-at-descent-line t)
(defun doom-init-fonts-h (&optional reload)
"Loads `doom-font'."
(when (fboundp 'set-fontset-font)