From 35b22f475d7e8fbc954657c0be45473f4c46d401 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 23 Apr 2025 21:57:54 -0700 Subject: [PATCH] start work on publishing --- publish.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 publish.el diff --git a/publish.el b/publish.el new file mode 100644 index 0000000..b32a4ef --- /dev/null +++ b/publish.el @@ -0,0 +1,7 @@ +;;; -*- lexical-binding: t; -*- +;;; publishing.el +;;; +;;; publishing my notes docs + + +(require 'ox-publish)