mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
From Alexander-Miller/treemacs@05d264a Due to hlissner/emacs-doom-themes#395
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/treemacs/packages.el
|
;;; ui/treemacs/packages.el
|
||||||
|
|
||||||
(package! treemacs :pin "05d264ae8c")
|
(package! treemacs :pin "4d4a955fcb")
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! treemacs-evil :pin "05d264ae8c"))
|
(package! treemacs-evil :pin "4d4a955fcb"))
|
||||||
(package! treemacs-projectile :pin "05d264ae8c")
|
(package! treemacs-projectile :pin "4d4a955fcb")
|
||||||
(when (featurep! :tools magit)
|
(when (featurep! :tools magit)
|
||||||
(package! treemacs-magit :pin "05d264ae8c"))
|
(package! treemacs-magit :pin "4d4a955fcb"))
|
||||||
(when (featurep! :ui workspaces)
|
(when (featurep! :ui workspaces)
|
||||||
(package! treemacs-persp :pin "05d264ae8c"))
|
(package! treemacs-persp :pin "4d4a955fcb"))
|
||||||
|
Reference in New Issue
Block a user