浏览代码

Add auto-highlight-symbol configs

pull/15/head
10sr 8 年前
父节点
当前提交
6a1ee69907
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

@@ -200,6 +200,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
color-moccur
ggtags
flycheck
auto-highlight-symbol
;; is flymake installs are required?
;;flymake-jshint
;;flymake-python-pyflakes
@@ -761,6 +762,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(safe-require-or-eval 'end-mark)
(global-end-mark-mode))

(when (safe-require-or-eval 'auto-highlight-symbol)
(global-auto-highlight-symbol-mode 1))

(when (safe-require-or-eval 'cyberpunk-theme)
(load-theme 'cyberpunk t)
(set-face-attribute 'button


正在加载...
取消
保存