solarized-emacs

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

commit 6b9a294aaeda246b610b5a4b79be3dcdfd5b5078
parent 2b9f7e4d02effa7b5924cc641c250c2e1cda5d0f
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Wed,  4 Sep 2013 21:34:59 +0200

Remove misplaced comment

None will ever read this comment anyway…

Diffstat:
Msolarized.el | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -622,13 +622,6 @@ customize the resulting theme." `(git-gutter:unchanged ((,class (:background ,solarized-hl :foreground ,solarized-bg :weight bold)))) - ;; I use the following git-gutter settings along with those faces - ;; (when window-system - ;; (let ((symbol ".")) - ;; (setq git-gutter:added-sign symbol - ;; git-gutter:deleted-sign symbol - ;; git-gutter:modified-sign symbol - ;; git-gutter:unchanged-sign " "))) ;; git-gutter-fr `(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))