@ -342,8 +342,12 @@ Restore it to reasonable value after init. Also stop garbage collection during m
Windows Theme:
#+BEGIN_SRC emacs-lisp
(when *sys/windows*
(dolist (theme custom-enabled-themes)
(disable-theme theme))
(load-theme 'tango))
(when *sys/linux*
(load-theme 'plastic))
#+END_SRC