From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sun, 15 May 2022 15:49:44 +0000 (+0200) Subject: Merge pull request #28 from dokutan/main X-Git-Tag: v0.2.0.0~61 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/704d25360dceae5c2b67ad125ab967d35a0f6bd0?hp=64cb164507e7e0e24093d56b9a7782699a583e5e Merge pull request #28 from dokutan/main Add configuration file for clojure --- diff --git a/programs/clojure.json b/programs/clojure.json new file mode 100644 index 0000000..c7df049 --- /dev/null +++ b/programs/clojure.json @@ -0,0 +1,10 @@ +{ + "name": "clojure", + "files": [ + { + "path": "$HOME/.clojure", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the directory to _XDG_CONFIG_HOME/clojure_.\n" + } + ] +}