From 126e6885bd2697ee0b877bac7ffb90812237e67d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 Jun 2024 20:41:43 +0200 Subject: [PATCH] Define line-spacing for prog-mode --- bundle/bundle--gui.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 07f23d2f..88bee90b 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -176,3 +176,5 @@ ("M-" . hs-toggle-hiding)) :custom (hs-allow-nesting t)) + +(add-hook 'prog-mode-hook (lambda () (setq line-spacing 4)))