diff options
author | nathan <nathansmith@disroot.org> | 2025-06-02 14:57:36 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-02 14:57:36 -0600 |
commit | c39656c80d9a39adcabdb2c2cd104217732fc104 (patch) | |
tree | 0629d648db7a90c1ba8508f88866e1ca585c07dd /publish.el | |
parent | b99369f07bb715694dacf8b7327deaa91a7eb3e1 (diff) |
Better gopher links
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |