See also `clean-buffer-list-kill-buffer-names',
`clean-buffer-list-kill-never-regexps' and
`clean-buffer-list-kill-never-buffer-names'."
- :type 'list
+ :type '(repeat regexp)
:group 'midnight)
(defcustom clean-buffer-list-kill-buffer-names
See also `clean-buffer-list-kill-regexps',
`clean-buffer-list-kill-never-regexps' and
`clean-buffer-list-kill-never-buffer-names'."
- :type 'list
+ :type '(repeat string)
:group 'midnight)
(defcustom clean-buffer-list-kill-never-buffer-names
Note that this does override `clean-buffer-list-kill-regexps' and
`clean-buffer-list-kill-buffer-names' so a buffer matching any of these
two lists will NOT be killed if it is also present in this list."
- :type 'list
+ :type '(repeat string)
:group 'midnight)
Note that this does override `clean-buffer-list-kill-regexps' and
`clean-buffer-list-kill-buffer-names' so a buffer matching any of these
two lists will NOT be killed if it also matches anything in this list."
- :type 'list
+ :type '(repeat regexp)
:group 'midnight)
(defun midnight-find (el ls test &optional key)