;; -*- no-byte-compile: t; -*- ;;; ui/treemacs/packages.el (package! treemacs :pin "63e2bc207a2a4a36a3eebbe994353cb4845ad2de") ;; 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 "d82df44d632f331a46eaf1f7a37eb6b1ada0c69b"))