瀏覽代碼

Add global-hi-lock-mode

master
10sr 6 年之前
父節點
當前提交
fa648cae08
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 查看文件

@@ -636,6 +636,9 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'end-mark)
(global-end-mark-mode))

;; M-x highlight-* to highlight things
(global-hi-lock-mode 1)

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


Loading…
取消
儲存