Try out the tomato technique

This commit is contained in:
coolneng 2022-03-21 11:26:26 +01:00
parent 971cc7e5cb
commit b7bf8f0dbc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 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)