瀏覽代碼

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)



Loading…
取消
儲存