This commit is contained in:
parent
7e1b499b36
commit
6dc0624ba8
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -149,8 +149,8 @@
|
|||
(indent-bars-color-by-depth '(:regexp "outline-\\([0-9]+\\)" :blend 0.4))
|
||||
(indent-bars-no-stipple-char (string-to-char "┋"))
|
||||
(indent-bars-prefer-character 't) ;; so it works also in terminal
|
||||
:config
|
||||
(add-hook 'enable-theme-functions #'(lambda (&rest _) (indent-bars-reset)))
|
||||
;; :config
|
||||
;; (add-hook 'enable-theme-functions #'(lambda (&rest _) (indent-bars-reset)))
|
||||
)
|
||||
|
||||
(use-package diredfl
|
||||
|
|
Reference in a new issue