Commit 7fc42bb50f59

Vincent Demeester <vincent+git@demeester.fr>
2014-08-15 23:45:56
Remove different themes
1 parent 6784f7a
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -262,9 +262,9 @@
      #+begin_src emacs-lisp
        (load-theme 'leuven t)
        (set-face-attribute 'org-level-1 nil :height 120)
-       (if window-system
-           (enable-theme 'leuven)
-         (enable-theme 'junio))
+       ;;(if window-system
+       ;;    (enable-theme 'leuven)
+       ;;  (enable-theme 'junio))
      #+end_src
 
      When interactively changing the theme (using M-x load-theme), the current custom theme is not disabled. This often gives weird-looking results; we can advice load-theme to always disable themes currently enabled themes.