From 94eb5481e8af728243608401a420731f8768f0a7 Mon Sep 17 00:00:00 2001 From: BlueBoxWare Date: Thu, 19 May 2022 16:52:52 +0200 Subject: [PATCH] Add Doom Emacs. --- programs/doom-emacs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/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" +} -- 2.47.3