This commit is contained in:
Martin Sukany
2026-02-07 14:11:27 +01:00
parent 6f7a4f42e1
commit d46f41349f
4 changed files with 57 additions and 0 deletions

9
beorg-customize-init.org Normal file
View File

@@ -0,0 +1,9 @@
#+title: Customize settings file
This file has been auto-generated by beorg and should (probably) not be manually modified.
* Settings
#+begin_src scheme
(set! beorg-customized-var-names '("sync-subfolders"))
(set! sync-subfolders #t)
#+end_src