;; -*- no-byte-compile: t; -*- ;;; ui/treemacs/packages.el (package! treemacs :pin "f13249866b300ec3a4908bf132d984c6354e3fcf") ;; These packages have no :pin because they're in the same repo (when (featurep! :editor evil +everywhere) (package! treemacs-evil)) (package! treemacs-projectile) (when (featurep! :tools magit) (package! treemacs-magit)) (when (featurep! :ui workspaces) (package! treemacs-persp)) (when (featurep! +lsp) (package! lsp-treemacs :pin "192c8f5d6fbec08e3635b7fefc056b8f0f087ba7"))