Skip to content

Commit

Permalink
simplify emacs instructions (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Jan 27, 2024
1 parent 0bce08b commit 3bebfbb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions programs/emacs.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"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 directory to _$XDG_CONFIG_HOME/emacs_.\n",
"movable": true,
"path": "$HOME/.emacs.d/init.el"
},
{
"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",
"movable": false,
"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": "Supported since _27.1_.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs/init.el_.\n",
"movable": true,
"path": "$HOME/.emacs"
}
Expand Down

0 comments on commit 3bebfbb

Please sign in to comment.