commented out treemacs packages

This commit is contained in:
a. fox 2024-03-06 13:41:44 -05:00
parent 4ad486035e
commit a8505d440c
1 changed files with 9 additions and 9 deletions

View File

@ -982,17 +982,17 @@ What follows from here is loading and configuring the rest of my packages utiliz
:project-file ".*asd"
:compile 'focks/asdf-compile-cmd))
(use-package treemacs
:ensure t
:bind ([f8] . treemacs))
;; (use-package treemacs
;; :ensure t
;; :bind ([f8] . treemacs))
(use-package treemacs-projectile
:after treemacs projectile
:ensure t)
;; (use-package treemacs-projectile
;; :after treemacs projectile
;; :ensure t)
(use-package treemacs-magit
:after treemacs magit
:ensure t)
;; (use-package treemacs-magit
;; :after treemacs magit
;; :ensure t)
(use-package company
:ensure t