Function: custom--should-apply-setting

custom--should-apply-setting is a byte-compiled function defined in custom.el.gz.

Signature

(custom--should-apply-setting THEME)

Source Code

;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defun custom--should-apply-setting (theme)
  (or (null custom--inhibit-theme-enable)
      (and (eq custom--inhibit-theme-enable 'apply-only-user)
           (eq theme 'user))))