summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el4
1 files changed, 4 insertions, 0 deletions
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)