From bfd7977f092c54316c3d49b273a1b38c92086a1a Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 4 Jan 2024 22:24:49 +0300 Subject: [PATCH] scripts: actually execute the scripts --- scripts/publish-configs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/publish-configs.el b/scripts/publish-configs.el index ec17da2..c0b6fdc 100644 --- a/scripts/publish-configs.el +++ b/scripts/publish-configs.el @@ -167,3 +167,6 @@ (org-mode-hook nil) (text-mode-hook nil)) (org-hugo-export-to-md)))))) + +(my/export-dotfiles) +(my/export-packages)