sdf_frankenscript/emacs/emacs.windows-registry

16 lines
288 B
Plaintext
Raw Normal View History

2021-06-27 17:29:13 +00:00
{
"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"}
}
]
}