X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/6efc7cf13187ec9ae2bff84f52a0a77449625ae4..d72f78ca883440fe6fe2829bef12fe8567e5ed9a:/programs/emacs.json diff --git a/programs/emacs.json b/programs/emacs.json index 22b226d..566e665 100644 --- a/programs/emacs.json +++ b/programs/emacs.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "Supported since _27.1_.\n\nYou can move the file to _XDG_CONFIG_HOME/emacs/init.el_.\n", + "help": "Supported since _27.1_.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs/init.el_.\n", "movable": true, "path": "$HOME/.emacs.d/init.el" }, @@ -11,10 +11,10 @@ "path": "$HOME/.emacs.d" }, { - "help": "Looks to be supported natively. However, according to XDG \"Legacy paths have precedence over XDG paths. Emacs will never create _XDG_CONFIG_HOME/emacs/_\".\nMove at your own risk.\n\nYou can move the file to _XDG_CONFIG_HOME/emacs_.\n", + "help": "Looks to be supported natively. However, according to XDG \"Legacy paths have precedence over XDG paths. Emacs will never create _$XDG_CONFIG_HOME/emacs/_\".\nMove at your own risk.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs_.\n", "movable": true, "path": "$HOME/.emacs" } ], "name": "emacs" -} \ No newline at end of file +}