소스 검색

emacs.el: face settings are very difficult

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

+ 8
- 4
emacs.el 파일 보기

@@ -497,10 +497,14 @@ found, otherwise returns nil."
(show-paren-mode 1)
(setq show-paren-delay 0.5
show-paren-style 'parenthesis) ; mixed is hard to read
(set-face-background 'show-paren-match
(face-foreground 'default))
(set-face-inverse-video-p 'show-paren-match
t))
;; (set-face-background 'show-paren-match
;; "black")
;; ;; (face-foreground 'default))
;; (set-face-foreground 'show-paren-match
;; "white")
;; (set-face-inverse-video-p 'show-paren-match
;; t)
)

(transient-mark-mode 1)



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