From Alexander-Miller/treemacs@4d4a955
This commit is contained in:
parent
f55bcdfd30
commit
899987fb91
1 changed files with 5 additions and 5 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue