mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
10 lines
342 B
EmacsLisp
10 lines
342 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/window-select/packages.el
|
|
|
|
(if (featurep! +switch-window)
|
|
(package! switch-window :pin "277706b863c05b3931925ee9dae8970d605bf061")
|
|
(package! ace-window :pin "c7cb315c14e36fded5ac4096e158497ae974bec9"))
|
|
|
|
(when (featurep! +numbers)
|
|
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))
|