From 61f01cafc363aced0ecebbf7eb07bc7d23db7718 Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:21:04 +0800 Subject: Add a pomodoro (tm) function --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 35393d2..7485972 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -784,6 +784,10 @@ (when (buffer-file-name) (kill-new (file-name-nondirectory (buffer-file-name))))) +(defun noa/twenty-five-minutes () + (interactive) + (org-timer-set-timer 25)) + ;; Insert date and time at point ;; Sometimes it's useful to be able to add a timestamp. I use this for notes. Use the same binding as notepad.exe. (defun noa/insert-date (&optional time) -- cgit 1.4.1-2-gfad0