tweak(doom): set treemacs git mode to extended
This commit is contained in:
parent
1532d9c6df
commit
affc9e56c3
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@
|
|||
projectile-project-search-path '("~/Projects/" "~/Documents/School")
|
||||
)
|
||||
|
||||
;; --- Treemacs ---
|
||||
(use-package! treemacs
|
||||
:init
|
||||
(setq +treemacs-git-mode 'extended)
|
||||
)
|
||||
|
||||
;; --- Deft ---
|
||||
(setq
|
||||
deft-recursive t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue