* lisp/initz.el (initz-get-files): Add optional argument `all'.
[elisp/initz.git] / lisp / initz-vars.el
index 4497e5c..d1341f9 100644 (file)
   :type 'boolean
   :group 'initz)
 
+(defcustom initz-list-all-modules nil
+  "*If non-nil, initz lists all modules in `initz-list'."
+  :type 'boolean
+  :group 'initz)
+
 ;; Faces.
 (defface initz-list-node-face
   '((((class color) (background light)) (:foreground "blue"))