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