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