A common bug report is that straight cannot see treemacs-persp in MELPA. Perhaps the MELPA repo isn't being updated properly -- I have no idea, but since this package isn't doing anything at the moment, I will simply remove the package until I have time to look into it further.
9 lines
314 B
EmacsLisp
9 lines
314 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/treemacs/packages.el
|
|
|
|
(package! treemacs :pin "4eb8eb8821")
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! treemacs-evil :pin "4eb8eb8821"))
|
|
(package! treemacs-projectile :pin "4eb8eb8821")
|
|
(when (featurep! :tools magit)
|
|
(package! treemacs-magit :pin "4eb8eb8821"))
|