From f24672d79109b22c94cb549200c5f8ecab2d2143 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:32:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20(highligh-indent-guides)=20Disable?= =?UTF-8?q?=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 dc2e5b3..decf13e 100644 --- a/config.org +++ b/config.org @@ -1869,6 +1869,7 @@ Source: [[https://github.com/DarthFennec/highlight-indent-guides][DarthFennec/hi #+begin_src emacs-lisp (use-package highlight-indent-guides + :disabled t :config (setq highlight-indent-guides-method 'character highlight-indent-guides-responsive 'top)