Henrik Lissner
2020-02-11 03:12:40 -05:00
parent 9cbbf81c3f
commit 1446f1a37c

View File

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