mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
10 lines
198 B
EmacsLisp
10 lines
198 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/window-select/packages.el
|
|
|
|
(if (featurep! +switch-window)
|
|
(package! switch-window)
|
|
(package! ace-window))
|
|
|
|
(when (featurep! +numbers)
|
|
(package! winum))
|