From c39656c80d9a39adcabdb2c2cd104217732fc104 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 2 Jun 2025 14:57:36 -0600 Subject: Better gopher links --- publish.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'publish.el') 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 -- cgit v1.2.3