Browse Source

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

pull/15/head
10sr 8 years ago
parent
commit
72458903e6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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)


Loading…
Cancel
Save