From b51cbbb87e5f729628b8a63b16e63e5bb3cacf82 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 30 Dec 2011 15:00:24 +0900 Subject: [PATCH] remove comment --- .emacs.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/.emacs.el b/.emacs.el index 39f319a..bdd4404 100644 --- a/.emacs.el +++ b/.emacs.el @@ -611,13 +611,10 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." (add-hook 'diff-mode-hook (lambda () (view-mode 1) - ;; (set-face-foreground 'diff-file-header-face "black") (set-face-foreground 'diff-index-face "blue") (set-face-foreground 'diff-hunk-header-face "magenda") (set-face-foreground 'diff-removed-face "red") - ;; (set-face-background 'diff-removed-face "gray26") (set-face-foreground 'diff-added-face "blue") - ;; (set-face-background 'diff-added-face "gray26") (set-face-foreground 'diff-changed-face "syan") ))