Alexander-Miller/treemacs@559fa09 -> Alexander-Miller/treemacs@332d4e0 ema2159/centaur-tabs@23eda0a -> ema2159/centaur-tabs@50fd573 hlissner/emacs-doom-themes@5adcc29 -> hlissner/emacs-doom-themes@73837f5 jabranham/mixed-pitch@beb22e8 -> jabranham/mixed-pitch@d5f64b9 seagle0128/doom-modeline@4956606 -> seagle0128/doom-modeline@116c733 tarsius/hl-todo@9661a46 -> tarsius/hl-todo@4d18ccd
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 "116c733fd580f729e275d3b6b3954667d5dfdd5a"))
|
|
(package! anzu :pin "bdb3da5028935a4aea55c40769bc191a81afb54e")
|
|
(when (featurep! :editor evil)
|
|
(package! evil-anzu :pin "d3f6ed4773b48767bd5f4708c7f083336a8a8a86"))
|