From 36f555c6a0800d0cd4f179f2d11c5573994ba559 Mon Sep 17 00:00:00 2001 From: Frederick Kroon Date: Tue, 28 Feb 2017 11:21:10 -0500 Subject: [PATCH] Corrected README to set scale rather than absolute height --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4f04d6..260bd80 100644 --- 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) ```