mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move winum to ui/window-select module
And update its README
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/window-select/packages.el
|
||||
|
||||
(cond ((featurep! +switch-window)
|
||||
;; Install switch-window if the user indicated the '+switch-window'
|
||||
;; module flag
|
||||
(package! switch-window))
|
||||
((or (featurep! +ace-window) t)
|
||||
;; Install ace-window if the user selects the flag '+ace-window' or by
|
||||
;; default ... if the user did not specify a module flag
|
||||
(package! ace-window)))
|
||||
(if (featurep! +switch-window)
|
||||
(package! switch-window)
|
||||
(package! ace-window))
|
||||
|
||||
(when (featurep! +numbers)
|
||||
(package! winum))
|
||||
|
Reference in New Issue
Block a user