Просмотр исходного кода

Switch theme from solarized to minimal-light

Solarized has lost its pizzazz. I want things to look like paper.
master
Mitch Tishmack 6 лет назад
Родитель
Сommit
76f28693bf
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      emacs.org

+ 4
- 2
emacs.org Просмотреть файл

@@ -130,10 +130,12 @@ Start up the emacs server if it isn't running.

*** theme

Solarized light is decent. I'll just use that. Note, to prevent flicker this is setup early in startup.
Sick of solarized, going back to good old black on white minimalism like paper.

TODO: Maybe get this to go dark automagically?

#+BEGIN_SRC emacs-lisp
(use-package solarized-theme :ensure t :init (load-theme 'solarized-light 't))
(use-package minimal-theme :ensure t :config (load-theme 'minimal-light t))
#+END_SRC

*** os detection


Загрузка…
Отмена
Сохранить