Also affects treemacs-{evil,projectile,magit,persp}, since they are in the same repo.
This commit is contained in:
parent
ad8c685a17
commit
ae1e3f005e
1 changed files with 5 additions and 5 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue