solarized-emacs

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

commit bc0d55149b49d2b99835e6c7b133c9f44cf1dd2c
parent 6095ca1593dc91d14cf6fc565deda7688a5e7ed6
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Fri, 14 Nov 2014 17:20:22 +0200

lisp -> el

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

diff --git a/README.md b/README.md @@ -37,7 +37,7 @@ either by doing `M-x customize-group solarized` or setting the values using elisp code: -```lisp +```el ;; make the fringe stand out from the background (setq solarized-distinct-fringe-background t) @@ -67,7 +67,7 @@ Ihmo it enhances the general readability and also it fits well with the default underline for the modeline to create one horisontal window border in the same manner as the vertical border. -```lisp +```el (setq x-underline-at-descent-line t) ``` @@ -94,7 +94,7 @@ Save the following files into `~/.emacs.d/themes`: Add this your `.emacs.d`: -```lisp +```el (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") ```