Browse Source

theme loading on config-reload now smarter

master
Marc 6 months ago
parent
commit
7e72f0f0ee
1 changed files with 4 additions and 0 deletions
  1. 4
      config.org

4
config.org

@ -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*
(dolist (theme custom-enabled-themes)
(disable-theme theme))
(load-theme 'plastic))
#+END_SRC

Loading…
Cancel
Save