summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-04 10:44:21 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-04 10:44:21 -0500
commit2b4d180dc87571e8650f4d7998f98b69b4519ee9 (patch)
treeb7c32c6a9ca384d9fb84bdd6cc1182cb9bd089a3
parent906b645cdb3286076affbb942ff23d99e409db86 (diff)
mess with emacs color themes
-rw-r--r--.config/emacs/custom.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index 07c8d80..40516e3 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -3,8 +3,8 @@
;; 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.
- '(custom-enabled-themes (quote (wombat)))
- '(custom-safe-themes (quote ("71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default)))
+ '(custom-enabled-themes (quote (zenburn)))
+ '(custom-safe-themes (quote ("1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" "71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default)))
'(erc-nick "lukeshu")
'(explicit-shell-file-name "/bin/bash")
'(inhibit-startup-screen t)