(highligh-indent-guides) Disable mode

This commit is contained in:
Marcel Kapfer 2025-02-10 17:32:30 +01:00
parent d48e472f9c
commit f24672d791
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -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)