Add initial treemacs module

This commit is contained in:
Aria Edmonds 2018-06-09 12:16:29 +10:00
parent 7e7b6fd8a6
commit 7175c7dffb
No known key found for this signature in database
GPG key ID: 1F7306588FE1F239
2 changed files with 52 additions and 0 deletions

View 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)