From 459ef84df02f8ba23233165aba153bc0fa25c07e Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 21 Mar 2022 11:26:26 +0100 Subject: [PATCH] Try out the tomato technique --- +org.el | 4 ++++ init.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/+org.el b/+org.el index 745d13e..ca626b9 100644 --- a/+org.el +++ b/+org.el @@ -78,3 +78,7 @@ (add-to-list 'org-pandoc-valid-options 'metadata-file)) ;; Allow referencing by label in org-ref (setq org-latex-prefer-user-labels t) +;; Extend pomodoro length to 45/15 +(setq org-pomodoro-length '45 + org-pomodoro-short-break-length '15 + org-pomodoro-long-break-length '30) diff --git a/init.el b/init.el index bdf817b..a6d5492 100644 --- a/init.el +++ b/init.el @@ -147,7 +147,7 @@ ;;+hugo ; use Emacs for hugo blogging ;;+jupyter ; jupyter support for babel +pandoc ; export-with-pandoc support - ;;+pomodoro ; be fruitful with the tomato technique + +pomodoro ; be fruitful with the tomato technique +present ; using org-mode for presentations +pretty) ;;perl ; write code no one else can comprehend