From: PHO Date: Wed, 16 Mar 2011 03:36:07 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=8af1ff056a9f5f648c2401cf344dcd357b82df0b Auto commit by The Sugar System. --- 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)