From 8af1ff056a9f5f648c2401cf344dcd357b82df0b Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 16 Mar 2011 12:36:07 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 3cbbe51..e840b54 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -129,8 +129,9 @@ ;; color-theme (require-if-present 'color-theme) (if (featurep 'color-theme) - (color-theme-initialize) - (color-theme-subtle-hacker)) + (progn + (color-theme-initialize) + (color-theme-subtle-hacker))) ;; auto-complete (require-if-present 'auto-complete-config) -- 2.40.0