blob: da9121e0a0a9347aa43a7891293f404091ec26cd (
plain)
1
2
3
4
5
6
7
8
9
|
(deftheme custom--test
"A test theme.")
(custom-theme-set-variables
'custom--test
'(custom--test-user-option 'bar)
'(custom--test-variable 'bar))
(provide-theme 'custom--test)
|