[Emacs] Disable indent-bars

This commit is contained in:
Ivan Malison 2024-09-26 14:15:51 -06:00
parent c4a9a60112
commit 814966b172

View File

@ -1517,6 +1517,7 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
** indent-bars ** indent-bars
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package indent-bars (use-package indent-bars
:disabled t
:straight (indent-bars :type git :host github :repo "jdtsmith/indent-bars") :straight (indent-bars :type git :host github :repo "jdtsmith/indent-bars")
:config :config
(require 'indent-bars-ts) ; not needed with straight (require 'indent-bars-ts) ; not needed with straight