Removed includes
This commit is contained in:
parent
2b0ea620f0
commit
2712bcbb45
|
@ -6,7 +6,8 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'cl-lib)
|
(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
|
;; NOT needed anymore
|
||||||
;; Presence of blog indicated by @@BLOGINSERT line
|
;; Presence of blog indicated by @@BLOGINSERT line
|
||||||
|
|
7
md4tj.el
7
md4tj.el
|
@ -6,8 +6,11 @@
|
||||||
|
|
||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
|
|
||||||
(load-file "./md4tj-util.el")
|
;; (load-file "./md4tj-util.el")
|
||||||
(load-file "./md4tj-blog.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)
|
(defun md4tj-begin-tag (tag &optional attrs)
|
||||||
"Return beginning html tag for TAG with optional ATTRS."
|
"Return beginning html tag for TAG with optional ATTRS."
|
||||||
|
|
Loading…
Reference in New Issue