X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=e840b5466ea019d5a8727a5e440f4513fd574e3f;hb=8af1ff056a9f5f648c2401cf344dcd357b82df0b;hp=3cbbe51b835d1247517708b99448caa64e9ef2b7;hpb=b32a3431d2bc04f60252c979e2ec97606e16c964;p=sugar.git 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)