소스 검색

change show-paren-match face

pull/1/head
10sr 12 년 전
부모
커밋
aacb1a1687
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el 파일 보기

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



불러오는 중...
취소
저장