aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/overlays/kookie/emacs/theme/default.el
blob: 324cdf50203961909a42b520c4210ec81bbfca8d (plain)
1
2
3
4
5
6
7
8
9
10
11
(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)