Auto commit: 2024-11-08 19:50:02

This commit is contained in:
Daniel Fichtinger 2024-11-08 19:50:02 -05:00
parent a21f977efb
commit 6986b50cf7
2 changed files with 13 additions and 3 deletions

View file

@ -14,9 +14,17 @@ return {
skipEnteringNoNeckPainBuffer = false,
},
buffers = {
scratchPad = {
enabled = true,
pathToFile = "~/SyncDocuments/scratch.md",
left = {
scratchPad = {
enabled = false,
pathToFile = "~/SyncDocuments/scratch-l.md",
},
},
right = {
scratchPad = {
enabled = false,
pathToFile = "~/SyncDocuments/scratch-r.md",
},
},
},
}