From Alexander-Miller/treemacs@05d264a Due to hlissner/emacs-doom-themes#395
This commit is contained in:
parent
9cbbf81c3f
commit
1446f1a37c
1 changed files with 5 additions and 5 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue