reverse commit before

This commit is contained in:
Jesús 2018-07-25 22:29:36 -05:00
parent 0a2259e000
commit 36cecaa8d1
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -11,6 +11,9 @@
;;---------------------------------------------------------------------------- ;;----------------------------------------------------------------------------
;; Generated HTML 5 and UTF-8 with Markdown ;; 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) (defun as/markdown-add-xhtml-header-and-footer (title)
"Wrap XHTML header and footer with given TITLE around current buffer." "Wrap XHTML header and footer with given TITLE around current buffer."
(goto-char (point-min)) (goto-char (point-min))