From 2712bcbb45b24cb659e5054145c6bf1520f22fd7 Mon Sep 17 00:00:00 2001 From: j4nk Date: Sun, 26 Mar 2023 22:19:07 -0400 Subject: [PATCH] Removed includes --- md4tj-blog.el | 3 ++- md4tj.el | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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."