Browse Source

emacs.el: disable my-idle-hook

pull/1/head
10sr 11 years ago
parent
commit
56e17273a6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el View File

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


Loading…
Cancel
Save