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 ;;;;; ;;;;;;;;;;;;;;;;;;;;