emacs: set zone timer to 2 hours

This commit is contained in:
Evie Litherland-Smith 2023-12-07 09:44:39 +00:00
parent 8673933fee
commit b44cea8e19
2 changed files with 2 additions and 2 deletions

View file

@ -275,7 +275,7 @@
(use-package zone
:ensure t
:config (zone-when-idle (* 60 5)))
:config (zone-when-idle (* 60 60 2))) ; 2 hours
(setq org-directory "~/Org"
org-default-notes-file (expand-file-name "notes.org" org-directory)

View file

@ -330,7 +330,7 @@
#+begin_src emacs-lisp :tangle yes
(use-package zone
:ensure t
:config (zone-when-idle (* 60 5)))
:config (zone-when-idle (* 60 60 2))) ; 2 hours
#+end_src
* Org-mode
For reference information, see [[https://orgmode.com][Org-mode website]]