diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:29:36 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:29:36 -0500 |
commit | 36cecaa8d1a0d50df5a52d16f00811317f5113d8 (patch) | |
tree | 42611e94aacc560ffcbb9fbad6c0a213d55d8ad9 | |
parent | 0a2259e00099accb00cf6c17937fed736c4600cc (diff) | |
download | emacs-base-36cecaa8d1a0d50df5a52d16f00811317f5113d8.tar.lz emacs-base-36cecaa8d1a0d50df5a52d16f00811317f5113d8.tar.xz emacs-base-36cecaa8d1a0d50df5a52d16f00811317f5113d8.zip |
reverse commit before
-rw-r--r-- | lisp/init-markdown.el | 3 |
1 files changed, 3 insertions, 0 deletions
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)) |