Removed includes

This commit is contained in:
j4nk 2023-03-26 22:19:07 -04:00
parent 2b0ea620f0
commit 2712bcbb45
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -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."