Auto commit: 2024-11-08 19:50:02
This commit is contained in:
parent
a21f977efb
commit
6986b50cf7
2 changed files with 13 additions and 3 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue