diff options
author | Thanos Apollo <[email protected]> | 2024-02-08 18:37:49 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-08 18:38:24 +0200 |
commit | f62414695c04d4facc6a4c1e330fa8b6a8d69cec (patch) | |
tree | 3c220dc5b42270bf7f9b9fba1f9b0e7b7acafe29 /doc/gnosis.org | |
parent | 006de80905d9628e51687975c08d2a080adc5ca4 (diff) |
doc: Add `Auto Push Changes` section
Diffstat (limited to 'doc/gnosis.org')
-rw-r--r-- | doc/gnosis.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/gnosis.org b/doc/gnosis.org index 29c4188..c2ffcf1 100644 --- a/doc/gnosis.org +++ b/doc/gnosis.org @@ -291,3 +291,14 @@ Example: For a note with a value of last-interval of 6 days and a ff of 0.5, upon an unsuccessful review the next interval will be 6 * 0.5 + + +** Auto push changes +When setting =gnosis-auto-push= to =t=, at the end of every review +session the changes to ~gnosis-db~ will be pushed to the pre-configured +push remote. You have to set your push remote manually. + +#+begin_src emacs-lisp +(setf gnosis-auto-push t) +#+end_src + |