Skip to content

Commit

Permalink
tweak(emacs): indent-bars: appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 26, 2024
1 parent bd97a32 commit f1990c6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,15 @@
:config
(require 'indent-bars-ts)
:custom
(indent-bars-treesit-ignore-blank-lines-types '("module"))
(indent-bars-pattern ".")
(indent-bars-highlight-current-depth '(:face default :blend 0.4))
(indent-bars-width-frac 0.1)
(indent-bars-pad-frac 0.1)
(indent-bars-zigzag nil)
(indent-bars-color-by-depth nil)

(indent-bars-display-on-blank-lines nil)
(indent-bars-starting-column 0)
(indent-bars-treesit-support t))

(use-package jinx
Expand Down

0 comments on commit f1990c6

Please sign in to comment.