1
0
Fork 0

fix(emacs): revert back to neotree

Treemacs ended up being too confusing.
This commit is contained in:
Lucas Sta Maria 2024-08-24 18:04:22 -07:00
parent 8fe854572e
commit f3074329f8
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 20 additions and 9 deletions

View file

@ -98,15 +98,11 @@
:after (magit))
;; UI
(use-package treemacs :straight t
:bind (("C-c t" . treemacs)))
(use-package treemacs-magit :straight t
:after (treemacs magit))
(use-package treemacs-persp :straight t
:after (treemacs persp-mode)
:config (treemacs-set-scope-type 'Perspectives))
(use-package treemacs-projectile :straight t
:after (treemacs projectile-mode))
(use-package neotree :straight t
:custom
((neo-theme 'icons)
(neo-smart-open t)
(neo-window-fixed-size nil)))
(use-package all-the-icons :straight t)
(use-package git-gutter :straight t
:hook (prog-mode . git-gutter-mode)