From 56e17273a61192ff2c0d8fb57b5485fb2b3b3c92 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 28 Nov 2013 22:51:26 +0900 Subject: [PATCH] emacs.el: disable my-idle-hook --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index a7c6107..3adfb8b 100644 --- a/emacs.el +++ b/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