Explorar el Código

Remove comment

master
10sr hace 5 años
padre
commit
c224cf4585
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar