Issue a message when starting idle-zoning timer

It didn’t have any visual feedback, which is a bit annoying in this
case.
This commit is contained in:
Gergely Polonkai 2016-10-27 16:43:50 +02:00
parent 753e165d88
commit 197f79c822
1 changed files with 2 additions and 1 deletions

View File

@ -291,7 +291,8 @@
(defun gpolonkai/zone-enable ()
(interactive)
(zone-when-idle 60))
(zone-when-idle 60)
(message "I will zone out after idling for 60 minutes."))
(use-package zone
:demand