doomemacs/modules/ui/treemacs/packages.el

17 lines
641 B
EmacsLisp
Raw Normal View History

2018-06-09 12:16:29 +10:00
;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el
(package! treemacs :pin "df26b6ab9a0f467e5ff99f7ed97551ccf756e06c")
(package! treemacs-nerd-icons :pin "9876cb478145a0ec4e36f64ff6583f3de7126216")
;; 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 (and (modulep! +lsp)
(not (modulep! :tools lsp +eglot)))
(package! lsp-treemacs :pin "e54e74deb8150964e3c3024e1ec14295a34e2a3b"))