mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix #2373: bring back package pinning
This needs some serious refactoring...
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/treemacs/packages.el
|
||||
|
||||
(package! treemacs :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9")
|
||||
(package! treemacs :pin "f830f209dd")
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! treemacs-evil :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
(package! treemacs-projectile)
|
||||
(package! treemacs-evil :pin "f830f209dd"))
|
||||
(package! treemacs-projectile :pin "f830f209dd")
|
||||
(when (featurep! :tools magit)
|
||||
(package! treemacs-magit :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
(package! treemacs-magit :pin "f830f209dd"))
|
||||
(when (featurep! :ui workspaces)
|
||||
(package! treemacs-persp :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
(package! treemacs-persp :pin "f830f209dd"))
|
||||
|
Reference in New Issue
Block a user