mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05: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))
|