From cdd90d4020b85f98bca0b89300e4580d13164bc9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 14 Jun 2023 17:15:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20(prog-mode)=20Enable=20visual=20?= =?UTF-8?q?line=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 23314ae..52c61e6 100644 --- a/config.org +++ b/config.org @@ -112,6 +112,7 @@ Sources: (setq-default truncate-lines t) (setq-default global-visual-line-mode t) (add-hook 'org-mode-hook 'visual-line-mode) +(add-hook 'prog-mode-hook 'visual-line-mode) #+end_src ** Delete trailing white-space