Skip to content

Commit

Permalink
Theme and font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdi Grimm committed Apr 15, 2012
1 parent 58b3779 commit 089b899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-customizations.el
Expand Up @@ -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")))))
1 change: 1 addition & 0 deletions init.d/10_theme.el
@@ -0,0 +1 @@
(add-hook 'after-init-hook (lambda () (load-theme 'zenburn)))

0 comments on commit 089b899

Please sign in to comment.