diff options
author | crazazy | 2024-05-03 11:00:24 +0000 |
---|---|---|
committer | crazazy | 2024-05-03 11:00:24 +0000 |
commit | 86d8264e583e0f7f1641972cc891dc3b5e300820 (patch) | |
tree | 8c5b6d54f18220f686a50ceaa0dd3b499ccbfddc /manage.el | |
parent | 342ae5ca3f47bc78ac601b31f462e44be4df2e05 (diff) |
Diffstat (limited to 'manage.el')
-rw-r--r-- | manage.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manage.el b/manage.el new file mode 100644 index 0000000..62c6c52 --- /dev/null +++ b/manage.el @@ -0,0 +1,9 @@ +(add-to-list 'load-path (expand-file-name "./vendor/package-build")) + +(require 'package-build) + +(setq package-build-recipes-dir "/home/crazazy/recipes/" + package-build-archive-dir "/home/crazazy/private_html/elpa") + +(package-build-all) + |