aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-02 14:57:36 -0600
committernathan <nathansmith@disroot.org>2025-06-02 14:57:36 -0600
commitc39656c80d9a39adcabdb2c2cd104217732fc104 (patch)
tree0629d648db7a90c1ba8508f88866e1ca585c07dd /publish.el
parentb99369f07bb715694dacf8b7327deaa91a7eb3e1 (diff)
Better gopher links
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index b8db604..edd227b 100644
--- a/publish.el
+++ b/publish.el
@@ -1,6 +1,12 @@
(add-to-list 'load-path "./")
+
+(require 'package)
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
+(package-initialize)
+
(require 'ox-publish)
(require 'ox-ascii)
+(require 'elpher) ;; for gopher
(require 'shittyweb-html)
;; Dont forgor https://github.com/gophernicus/gophernicus