Variable: custom-theme-allow-multiple-selections
custom-theme-allow-multiple-selections is a customizable variable
defined in cus-theme.el.gz.
Value
nil
Documentation
Whether to allow multi-selections in the *Custom Themes* buffer.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-theme.el.gz
(defcustom custom-theme-allow-multiple-selections nil
"Whether to allow multi-selections in the *Custom Themes* buffer."
:version "24.1"
:type 'boolean
:group 'custom-buffer)