diff --git a/md4tj-blog.el b/md4tj-blog.el index 3818f0d..149eda6 100644 --- a/md4tj-blog.el +++ b/md4tj-blog.el @@ -6,7 +6,8 @@ ;;; Code: (require 'cl-lib) -;(load "./md4tj-util.el") +;; (load "./md4tj-util.el") +(load-file (expand-file-name "~/.emacs.d/elpa/dash-20220608.1931/dash.el")) ;; NOT needed anymore ;; Presence of blog indicated by @@BLOGINSERT line diff --git a/md4tj.el b/md4tj.el index 53b4f1c..91bc67a 100644 --- a/md4tj.el +++ b/md4tj.el @@ -6,8 +6,11 @@ (require 'cl-lib) -(load-file "./md4tj-util.el") -(load-file "./md4tj-blog.el") +;; (load-file "./md4tj-util.el") +;; (load-file "./md4tj-blog.el") +(require 'subr-x) +;; Crappy hack, figure out the "emacs" way of loading dash + (defun md4tj-begin-tag (tag &optional attrs) "Return beginning html tag for TAG with optional ATTRS."