From 53e35550583281344d50b519c6a517d81a90f92f Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 13 Jun 2023 09:00:14 +0200 Subject: [PATCH] Add publish.el require --- emacs/init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 02c6f8d..8c73733 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -134,6 +134,7 @@ (add-to-list 'load-path "~/projects/qtoot") (add-to-list 'load-path "~/projects/emcn.el") (add-to-list 'load-path "~/projects/notes-list") +(add-to-list 'load-path "~/projects/publish.el") (when (require 'qtoot nil 'noerror) (setq qtoot-enable-drafts t)) @@ -454,6 +455,16 @@ closed or not, to not confuse elements with Svelte components." ;; END NOTES LIST +;;;;;;;;;;;;;;;;;;;;;; +;;;;; PUBLISH ;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;; +(require 'publish nil t) + +;; END PUBLISH + + + + ;;;;;;;;;;;;;;;;;;;; ;;;;; EWW MODE ;;;;; ;;;;;;;;;;;;;;;;;;;;