emacs: set zone timer to 2 hours
This commit is contained in:
parent
8673933fee
commit
b44cea8e19
|
@ -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)
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue