Alexander-Miller/treemacs@5c01829 -> Alexander-Miller/treemacs@327bf63 abo-abo/hydra@16fa8d1 -> abo-abo/hydra@87873d7 dimitri/switch-window@204f9fc -> dimitri/switch-window@8710f63 ema2159/centaur-tabs@57afd81 -> ema2159/centaur-tabs@0e003e3 hlissner/emacs-doom-themes@a130617 -> hlissner/emacs-doom-themes@f569b5a jabranham/mixed-pitch@734fbdf -> jabranham/mixed-pitch@1cad46f joostkremers/writeroom-mode@7f7acde -> joostkremers/writeroom-mode@8a226a3 jrblevin/deft@f54e8a6 -> jrblevin/deft@fca9ea0
9 lines
342 B
EmacsLisp
9 lines
342 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/window-select/packages.el
|
|
|
|
(if (featurep! +switch-window)
|
|
(package! switch-window :pin "8710f6304d843365fb59b6efe7e1f729d14e557c")
|
|
(package! ace-window :pin "7003c88cd9cad58dc35c7cd13ebc61c355fb5be7"))
|
|
|
|
(when (featurep! +numbers)
|
|
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))
|