Henrik Lissner 2020-02-24 20:07:35 -05:00
parent f55bcdfd30
commit 899987fb91
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,11 +1,11 @@
;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "4d4a955fcb")
(package! treemacs :pin "4eb8eb8821")
(when (featurep! :editor evil +everywhere)
(package! treemacs-evil :pin "4d4a955fcb"))
(package! treemacs-projectile :pin "4d4a955fcb")
(package! treemacs-evil :pin "4eb8eb8821"))
(package! treemacs-projectile :pin "4eb8eb8821")
(when (featurep! :tools magit)
(package! treemacs-magit :pin "4d4a955fcb"))
(package! treemacs-magit :pin "4eb8eb8821"))
(when (featurep! :ui workspaces)
(package! treemacs-persp :pin "4d4a955fcb"))
(package! treemacs-persp :pin "4eb8eb8821"))