From 3e23a86d0e3af40faff761867b6780b63c4b6fef Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 00:49:07 +0100 Subject: Set Emacs line-spacing to 0 vterm.el has a bug because it uses `(window-body-height)` to compute the number of lines it can render, but it doesn't account for `line-spacing`. --- emacs/.emacs.d/wpc/wpc-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index cdb210217412..b80dcda41097 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -21,8 +21,8 @@ ;; Configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; increase line height -(setq-default line-spacing 4) +;; line height +(setq-default line-spacing 0) (when window-system (setq frame-title-format '(buffer-file-name "%f" ("%b")))) -- cgit 1.4.1