mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
From Alexander-Miller/treemacs@4d4a955
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user