]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index 3cbbe51b835d1247517708b99448caa64e9ef2b7..e840b5466ea019d5a8727a5e440f4513fd574e3f 100644 (file)
 ;; 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)