From c224cf45851e0dac8dcba9feb64f2d24aad67234 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 May 2019 16:37:25 +0900 Subject: [PATCH] Remove comment --- emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs.el b/emacs.el index 54b1260..3821892 100644 --- a/emacs.el +++ b/emacs.el @@ -1123,19 +1123,14 @@ found, otherwise returns nil." (set-face-background 'magit-diff-hunk-heading-highlight nil) ;; https://blog.shibayu36.org/entry/2016/03/27/220552 - ;; cursorが載っていない状態でのaddedのface (set-face-foreground 'magit-diff-added "green") (set-face-background 'magit-diff-added nil) - ;; cursorが載っている状態のaddedのface (set-face-foreground 'magit-diff-added-highlight "green") (set-face-background 'magit-diff-added-highlight nil) - ;; cursor載っていない状態のremoved (set-face-foreground 'magit-diff-removed "red") (set-face-background 'magit-diff-removed nil) - ;; cursor載っている状態のremoved (set-face-foreground 'magit-diff-removed-highlight "red") (set-face-background 'magit-diff-removed-highlight nil) - ;; lineを選択してstageしようとするときのface (set-face-background 'magit-diff-lines-boundary "blue") )