浏览代码

emacs.el: disable my-idle-hook

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

+ 3
- 3
emacs.el 查看文件

@@ -157,9 +157,9 @@ found, otherwise returns nil."
(lambda ()
(run-hooks 'my-idle-hook)))

(add-hook 'my-idle-hook
(lambda ()
(message "idle hook message")))
;; (add-hook 'my-idle-hook
;; (lambda ()
;; (message "idle hook message")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; start and quit


正在加载...
取消
保存