Closed mtekman closed 4 years ago
Have a conf-mode which can be enabled globally to look for syncable buffers, and a set of conf-files to watch
(use-package org-tanglesync
:custom
(conf-mode 1)
:init
(setq conf-files '("/path/to/1" "/path/to/2")
fixed with v1.1 release
For every dedicated conf file, or conf dir, generate a list of all tangled files and store them to a global var.
Add a save or onload hook so that every time one of those files is opened and modified, the user is prompted to sync the changes back to the source.
Requires: