Explorar el Código

change show-paren-match face

pull/1/head
10sr hace 12 años
padre
commit
aacb1a1687
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el Ver fichero

@@ -317,7 +317,12 @@ drill-instructor.el"
(lambda () (set-cursor-color "black"))))

(show-paren-mode 1)
(setq show-paren-style 'mixed)
(setq show-paren-delay 0.5
show-paren-style 'mixed)
(set-face-background 'show-paren-match
(face-foreground 'default))
(set-face-inverse-video-p 'show-paren-match
t)

(transient-mark-mode 1)



Cargando…
Cancelar
Guardar