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