sdf_frankenscript/emacs/emacs.windows-registry

16 lines
288 B
Plaintext

{
"RegistryEntries": [
{
Path: "HKCU:\\Software\\GNU\\Emacs",
Key: {Name: "HOME",
Type: "ExpandString",
Value: "%USERPROFILE%"}
},
{
Path: "HKCU:\\Software\\GNU\\Emacs",
Key: {Name: "PWD",
Type: "ExpandString",
Value: "%USERPROFILE%\\Documents"}
}
]
}