浏览代码

emacs.el: Set auto-highlight-symbol interval sec

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

+ 1
- 0
emacs.el 查看文件

@@ -763,6 +763,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(global-end-mark-mode))

(when (safe-require-or-eval 'auto-highlight-symbol)
(set-variable 'ahs-idle-interval 0.6)
(global-auto-highlight-symbol-mode 1))

(when (safe-require-or-eval 'cyberpunk-theme)


正在加载...
取消
保存