This commit is contained in:
parent
4e7fec653a
commit
c64cce44c8
2 changed files with 5 additions and 3 deletions
2
init.el
2
init.el
|
@ -141,6 +141,8 @@
|
|||
(dired-mode . nerd-icons-dired-mode))
|
||||
|
||||
(use-package indent-bars
|
||||
:config
|
||||
(require 'indent-bars-ts)
|
||||
:custom
|
||||
(indent-bars-treesit-support t)
|
||||
(indent-bars-spacing-override 2)
|
||||
|
|
Reference in a new issue