Alexander-Miller/treemacs@8c6df39f01 -> Alexander-Miller/treemacs@54ef590b76 dgutov/diff-hl@9662083943 -> dgutov/diff-hl@11f3113e79 doomemacs/themes@3b2422b208 -> doomemacs/themes@816fb54d60 emacs-lsp/lsp-treemacs@e54e74deb8 -> emacs-lsp/lsp-treemacs@1d43e9e030 emacs-straight/minimap@90aeeb5798 -> emacs-straight/minimap@4898d27768 jrblevin/deft@bb1a16b87c -> jrblevin/deft@b369d7225d seagle0128/doom-modeline@e09b8e989f -> seagle0128/doom-modeline@11ae6c193c tarsius/hl-todo@f1fef158f9 -> tarsius/hl-todo@dd46d426c0
8 lines
328 B
EmacsLisp
8 lines
328 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (modulep! +light)
|
|
(package! doom-modeline :pin "11ae6c193cd9cb8d7ff7996058e6df2c0d1e408b"))
|
|
(package! anzu :pin "26fb50b429ee968eb944b0615dd0aed1dd66172c")
|
|
(when (modulep! :editor evil)
|
|
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|