From 0a2259e00099accb00cf6c17937fed736c4600cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 25 Jul 2018 22:25:51 -0500 Subject: remove unnecessary code on markdown --- lisp/init-markdown.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/init-markdown.el') diff --git a/lisp/init-markdown.el b/lisp/init-markdown.el index fec2b24..d8df04f 100644 --- a/lisp/init-markdown.el +++ b/lisp/init-markdown.el @@ -8,9 +8,6 @@ (add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) -(eval-after-load "markdown-mode" - '(defalias 'markdown-add-xhtml-header-and-footer 'as/markdown-add-xhtml-header-and-footer)) - ;;---------------------------------------------------------------------------- ;; Generated HTML 5 and UTF-8 with Markdown ;;---------------------------------------------------------------------------- -- cgit v1.2.3