solarized-emacs

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

commit 12632688413b3c18fdc80e80ee7194cdec9b7a31
parent 4522e0f37ea2372bea65ff968ab0daec43e993cd
Author: Dan Ellis <dpwe@google.com>
Date:   Mon,  5 Aug 2019 10:55:07 -0400

Removed .d from .emacs reference.
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -119,7 +119,7 @@ Save the following files into `~/.emacs.d/themes`: * [solarized-light-theme.el](https://raw.githubusercontent.com/bbatsov/solarized-emacs/master/solarized-light-theme.el) * [solarized-dark-theme.el](https://raw.githubusercontent.com/bbatsov/solarized-emacs/master/solarized-dark-theme.el) -Add this your `.emacs.d`: +Add this your `.emacs` init file: ```el (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")