Skip to content

Commit

Permalink
feat(emacs): add indent-bars with tree-sitter support
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 8, 2024
1 parent a3b5ea0 commit b7b9dfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
(gg/leader
"r r" #'recompile)

(use-package indent-bars
:ensure nil
:config
(require 'indent-bars-ts)
:custom
(indent-bars-treesit-ignore-blank-lines-types '("module"))
(indent-bars-treesit-support t))

(use-package emacs
:ensure nil
:custom
Expand Down

0 comments on commit b7b9dfd

Please sign in to comment.