solarized-emacs

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

commit c91b1105ee0ca6f5353a7713372458e5c34438d9
parent e5f0af69d854b0c38c93f05b79674208d60b199c
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Mon, 31 Aug 2015 18:22:03 +0300

Fix a docstring

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -111,7 +111,7 @@ Related discussion: https://github.com/bbatsov/solarized-emacs/issues/158" :group 'solarized) (defcustom solarized-scale-org-headlines t - "Whether scaling of outline-headlines should apply to org-mode headlines." + "Whether scaling of outline-headlines should apply to `org-mode' headlines." :type 'boolean :group 'solarized)