2018-06-09 12:16:29 +10:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/treemacs/packages.el
|
|
|
|
|
2022-09-20 00:56:07 +02:00
|
|
|
(package! treemacs :pin "e4bb236bd5cd7c077c2207b33d2699485c405536")
|
2020-04-25 21:58:42 -04:00
|
|
|
;; These packages have no :pin because they're in the same repo
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :editor evil +everywhere)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-evil))
|
|
|
|
(package! treemacs-projectile)
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :tools magit)
|
2020-03-27 16:18:52 -04:00
|
|
|
(package! treemacs-magit))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :ui workspaces)
|
2020-04-02 21:05:49 +01:00
|
|
|
(package! treemacs-persp))
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! +lsp)
|
2022-09-20 00:56:07 +02:00
|
|
|
(package! lsp-treemacs :pin "f7ae97560cfbc88e781a2d5b9253dace7175b918"))
|