2015-08-16 15:11:31 -06:00
|
|
|
(deftheme source-code-pro
|
|
|
|
"Theme setting source-code-pro as the default face")
|
|
|
|
|
|
|
|
(custom-theme-set-variables
|
|
|
|
'source-code-pro
|
|
|
|
)
|
|
|
|
|
|
|
|
(custom-theme-set-faces
|
|
|
|
'source-code-pro
|
2015-08-16 17:43:38 -06:00
|
|
|
'(default ((t (:width normal :height 135 :weight semi-bold :slant normal :foundry "nil" :family "Source Code Pro" :background nil)))))
|
2015-08-16 15:11:31 -06:00
|
|
|
|
|
|
|
(provide-theme 'source-code-pro)
|