Commit Diff


commit - 79ed446f0b3f923352c048ffc72a49cad53fadf2
commit + e40a9a949ec1116bfeb0575561a7cd284edcdba9
blob - f66ce1886bc9bfe2d226a0e86ae1b3fc4262ccd7
blob + 5ed8cada54bb17c7e198da14521f1a72b69f82b0
--- emacs/early-init.el.lp
+++ emacs/early-init.el.lp
@@ -19,8 +19,8 @@ Another thing I do here is to load the theme.  I've de
 theme (minimal-light, a fork of the original), but I'm playing with
 modus now
 
-	;; (load-theme 'minimal-light t) ; disabled for now
-	(load-theme 'modus-operandi)
+	(load-theme 'minimal t)
+	;; (load-theme 'modus-operandi)
 
 Also, $CDPATH works strange in eshell so disable it: