Add initial treemacs module
This commit is contained in:
parent
7e7b6fd8a6
commit
7175c7dffb
2 changed files with 52 additions and 0 deletions
7
modules/ui/treemacs/packages.el
Normal file
7
modules/ui/treemacs/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/treemacs/packages.el
|
||||
|
||||
(package! treemacs)
|
||||
(when (featurep! :feature evil)
|
||||
(package! treemacs-evil))
|
||||
(package! treemacs-projectile)
|
Loading…
Add table
Add a link
Reference in a new issue