My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie/overlays/kookie/emacs/theme/default.el

13 lines
391 B

(provide 'theme)
(load-theme 'sanityinc-tomorrow-eighties t)
(custom-set-variables
'(custom-safe-themes
'("628278136f88aa1a151bb2d6c8a86bf2b7631fbea5f0f76cba2a0079cd910f7d" default))
'(send-mail-function 'sendmail-send-it))
(custom-set-faces)
(custom-set-faces '(default
((t (:family "Iosevka Kookie" :foundry "BE5N" :slant normal :weight normal :height 120 :width normal) ))))