Try out the tomato technique

This commit is contained in:
coolneng 2022-03-21 11:26:26 +01:00
parent 971cc7e5cb
commit 459ef84df0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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