diff --git a/emacs-customizations.el b/emacs-customizations.el index 4719cc5..ecb71b3 100644 --- a/emacs-customizations.el +++ b/emacs-customizations.el @@ -26,4 +26,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:stipple nil :background "#3f3f3f" :foreground "#dcdccc" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "Inconsolata"))))) diff --git a/init.d/10_theme.el b/init.d/10_theme.el new file mode 100644 index 0000000..edd85d4 --- /dev/null +++ b/init.d/10_theme.el @@ -0,0 +1 @@ +(add-hook 'after-init-hook (lambda () (load-theme 'zenburn)))