From 36cecaa8d1a0d50df5a52d16f00811317f5113d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 25 Jul 2018 22:29:36 -0500 Subject: reverse commit before --- lisp/init-markdown.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-markdown.el b/lisp/init-markdown.el index d8df04f..47ca803 100644 --- a/lisp/init-markdown.el +++ b/lisp/init-markdown.el @@ -11,6 +11,9 @@ ;;---------------------------------------------------------------------------- ;; Generated HTML 5 and UTF-8 with Markdown ;;---------------------------------------------------------------------------- +(eval-after-load "markdown-mode" + '(defalias 'markdown-add-xhtml-header-and-footer 'as/markdown-add-xhtml-header-and-footer)) + (defun as/markdown-add-xhtml-header-and-footer (title) "Wrap XHTML header and footer with given TITLE around current buffer." (goto-char (point-min)) -- cgit v1.2.3