From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Thu, 19 May 2022 15:56:42 +0000 (+0200) Subject: Merge pull request #48 from BlueBoxWare/doomemacs X-Git-Tag: v0.2.0.0~39 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/650f990bec047637e0fa63bbbd82ce30f57a0b4a?hp=15d7471349f4acf349126b16927e0e8b2e654298 Merge pull request #48 from BlueBoxWare/doomemacs Add Doom Emacs. --- diff --git a/programs/doom-emacs b/programs/doom-emacs new file mode 100644 index 0000000..4741da0 --- /dev/null +++ b/programs/doom-emacs @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.doom.d", + "movable": true, + "help": "XDG is supported out-of-the-box. Simply move _~/.doom.d_ to _$XDG_CONFIG_HOME/doom_. Alternatively export _$DOOMDIR_ to point to your preferred location." + } + ], + "name": "doom-emacs" +}