Procházet zdrojové kódy

Remove comment

master
10sr před 5 roky
rodič
revize
c224cf4585
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el Zobrazit soubor

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



Načítá se…
Zrušit
Uložit