Add publish.el require

master
Hugo Thunnissen 11 months ago
parent 635510d293
commit 53e3555058

@ -134,6 +134,7 @@
(add-to-list 'load-path "~/projects/qtoot") (add-to-list 'load-path "~/projects/qtoot")
(add-to-list 'load-path "~/projects/emcn.el") (add-to-list 'load-path "~/projects/emcn.el")
(add-to-list 'load-path "~/projects/notes-list") (add-to-list 'load-path "~/projects/notes-list")
(add-to-list 'load-path "~/projects/publish.el")
(when (require 'qtoot nil 'noerror) (when (require 'qtoot nil 'noerror)
(setq qtoot-enable-drafts t)) (setq qtoot-enable-drafts t))
@ -454,6 +455,16 @@ closed or not, to not confuse elements with Svelte components."
;; END NOTES LIST ;; END NOTES LIST
;;;;;;;;;;;;;;;;;;;;;;
;;;;; PUBLISH ;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;
(require 'publish nil t)
;; END PUBLISH
;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;
;;;;; EWW MODE ;;;;; ;;;;; EWW MODE ;;;;;
;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save