solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit b14f80963c2c87a678bd46ffcd961190f2a89052
parent cbe8e0bebfa38b05a6cc4a20579157614d0b7889
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Mon, 13 May 2019 10:02:42 +0300

Improve the installation instructions

Diffstat:
MREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -27,6 +27,18 @@ This package will install two variants of the theme - `solarized-light-theme` and `solarized-dark-theme`. You can load one of the theme variants with `M-x load-theme`. +To load it automatically on Emacs startup add this to your init file: + +```el +(load-theme 'solarized-light t) +``` + +or + +```el +(load-theme 'solarized-dark t) +``` + (If you want to install manually that procedure is briefly documented in the FAQ at the end of this document.)