From 57026c4b70b043ad5418724ea3e45b0d4087d6a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 8 Jul 2021 15:20:22 -0400 Subject: [PATCH] Fix #5169: x-underline-at-descent-line = nil Looks weird when line-spacing is non-zero. --- core/core-ui.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index 3aa3a13d3..e78d6009d 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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)