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