Variable: use-package-use-theme

use-package-use-theme is a customizable variable defined in use-package-core.el.gz.

Value

t

Documentation

If non-nil, use a custom theme to avoid saving :custom variables twice (once in the Custom file, once in the use-package call).

Source Code

;; Defined in /usr/src/emacs/lisp/use-package/use-package-core.el.gz
(defcustom use-package-use-theme t
  "If non-nil, use a custom theme to avoid saving :custom
variables twice (once in the Custom file, once in the use-package
call)."
  :type 'boolean
  :group 'use-package)