]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/emacs.json
Add ZAP Proxy
[xdg-ninja.git] / programs / emacs.json
1 {
2 "files": [
3 {
4 "help": "Supported since _27.1_.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs/init.el_.\n",
5 "movable": true,
6 "path": "$HOME/.emacs.d/init.el"
7 },
8 {
9 "help": "Currently unsupported.\n\n_Relevant issue:_ \"Legacy paths have precedence over XDG paths. Emacs will never create XDG_CONFIG_HOME/emacs/.\" according to XDG.\n\n",
10 "movable": false,
11 "path": "$HOME/.emacs.d"
12 },
13 {
14 "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",
15 "movable": true,
16 "path": "$HOME/.emacs"
17 }
18 ],
19 "name": "emacs"
20 }