commit dc80b1fe7c613d26b6357dbf447b593af6000ca6 parent 64fa78256efdc11bbc63ec311a976aeddb4808e4 Author: Thomas Frössman <thomasf@jossystem.se> Date: Thu, 2 Mar 2017 18:39:54 +0100 Merge pull request #256 from fwkroon/master Corrected README to set scale rather than absolute height Diffstat:
| M | README.md | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -60,11 +60,11 @@ elisp code: (setq solarized-scale-org-headlines nil) ;; Avoid all font-size changes -(setq solarized-height-minus-1 1) -(setq solarized-height-plus-1 1) -(setq solarized-height-plus-2 1) -(setq solarized-height-plus-3 1) -(setq solarized-height-plus-4 1) +(setq solarized-height-minus-1 1.0) +(setq solarized-height-plus-1 1.0) +(setq solarized-height-plus-2 1.0) +(setq solarized-height-plus-3 1.0) +(setq solarized-height-plus-4 1.0) ```