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
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 "2801d9b3a9d7bf0b64cd8b2f2e572124ed2ff9ad")
|
|
(package! ace-window :pin "c7cb315c14e36fded5ac4096e158497ae974bec9"))
|
|
|
|
(when (featurep! +numbers)
|
|
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))
|