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`.
This commit is contained in:
parent
f3047cffc1
commit
3e23a86d0e
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
;; Configuration
|
;; Configuration
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
;; increase line height
|
;; line height
|
||||||
(setq-default line-spacing 4)
|
(setq-default line-spacing 0)
|
||||||
|
|
||||||
(when window-system
|
(when window-system
|
||||||
(setq frame-title-format '(buffer-file-name "%f" ("%b"))))
|
(setq frame-title-format '(buffer-file-name "%f" ("%b"))))
|
||||||
|
|
Loading…
Reference in a new issue