mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Also affects treemacs-{evil,projectile,magit,persp}, since they are in the same repo.
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user