From: dokutan <54861821+dokutan@users.noreply.github.com> Date: Sun, 15 May 2022 14:43:48 +0000 (+0200) Subject: Add configuration for clojure X-Git-Tag: v0.2.0.0~61^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/673d49c0f1ebeadcd0c35b05f1d1ff27cc2e5ed4?ds=sidebyside Add configuration 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" + } + ] +}