Alexander-Miller/treemacs@9eaef27 -> Alexander-Miller/treemacs@f132498 dimitri/switch-window@5bba780 -> dimitri/switch-window@2801d9b ema2159/centaur-tabs@df97209 -> ema2159/centaur-tabs@51f28d0 emacs-lsp/lsp-treemacs@4cfb46d -> emacs-lsp/lsp-treemacs@192c8f5 jabranham/mixed-pitch@d5f64b9 -> jabranham/mixed-pitch@519e05f seagle0128/doom-modeline@00bc89b -> seagle0128/doom-modeline@e898c0d
8 lines
330 B
EmacsLisp
8 lines
330 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (featurep! +light)
|
|
(package! doom-modeline :pin "e898c0d39615a9c5384aab99f5e8835be407483f"))
|
|
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|