Define line-spacing for prog-mode

This commit is contained in:
Marcus Kammer 2024-06-22 20:41:43 +02:00
parent 8f0868c5f4
commit 126e6885bd
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -176,3 +176,5 @@
("M-<return>" . hs-toggle-hiding))
:custom
(hs-allow-nesting t))
(add-hook 'prog-mode-hook (lambda () (setq line-spacing 4)))