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:
parent
753e165d88
commit
197f79c822
3
init.el
3
init.el
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user