Also affects treemacs-{evil,projectile,magit,persp}, since they are in
the same repo.
This commit is contained in:
Henrik Lissner 2020-02-10 02:38:12 -05:00
parent ad8c685a17
commit ae1e3f005e
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 "f830f209dd")
(package! treemacs :pin "05d264ae8c")
(when (featurep! :editor evil +everywhere)
(package! treemacs-evil :pin "f830f209dd"))
(package! treemacs-projectile :pin "f830f209dd")
(package! treemacs-evil :pin "05d264ae8c"))
(package! treemacs-projectile :pin "05d264ae8c")
(when (featurep! :tools magit)
(package! treemacs-magit :pin "f830f209dd"))
(package! treemacs-magit :pin "05d264ae8c"))
(when (featurep! :ui workspaces)
(package! treemacs-persp :pin "f830f209dd"))
(package! treemacs-persp :pin "05d264ae8c"))