浏览代码

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)



正在加载...
取消
保存