Try out the tomato technique
This commit is contained in:
parent
971cc7e5cb
commit
459ef84df0
4
+org.el
4
+org.el
|
@ -78,3 +78,7 @@
|
||||||
(add-to-list 'org-pandoc-valid-options 'metadata-file))
|
(add-to-list 'org-pandoc-valid-options 'metadata-file))
|
||||||
;; Allow referencing by label in org-ref
|
;; Allow referencing by label in org-ref
|
||||||
(setq org-latex-prefer-user-labels t)
|
(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)
|
||||||
|
|
2
init.el
2
init.el
|
@ -147,7 +147,7 @@
|
||||||
;;+hugo ; use Emacs for hugo blogging
|
;;+hugo ; use Emacs for hugo blogging
|
||||||
;;+jupyter ; jupyter support for babel
|
;;+jupyter ; jupyter support for babel
|
||||||
+pandoc ; export-with-pandoc support
|
+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
|
+present ; using org-mode for presentations
|
||||||
+pretty)
|
+pretty)
|
||||||
;;perl ; write code no one else can comprehend
|
;;perl ; write code no one else can comprehend
|
||||||
|
|
Loading…
Reference in New Issue