Przeglądaj źródła

Remove comment

master
10sr 5 lat temu
rodzic
commit
c224cf4585
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 0 dodań i 5 usunięć
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el Wyświetl plik

@@ -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")
)



Ładowanie…
Anuluj
Zapisz