doomemacs/modules/ui/window-select/packages.el
Henrik Lissner 80adb9c1f6
General refactor for consistency & idempotency
Also updated comments
2018-05-18 01:26:41 +02:00

12 lines
441 B
EmacsLisp

;; -*- 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)))