diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:25:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:25:51 -0500 |
commit | 0a2259e00099accb00cf6c17937fed736c4600cc (patch) | |
tree | 3a958c4e0b17fb7fbeed9b13b9cd31c21ad2fecc | |
parent | 9392325a5b2a815cdf95e727c348d6f1ad0abc15 (diff) | |
download | emacs-base-0a2259e00099accb00cf6c17937fed736c4600cc.tar.lz emacs-base-0a2259e00099accb00cf6c17937fed736c4600cc.tar.xz emacs-base-0a2259e00099accb00cf6c17937fed736c4600cc.zip |
remove unnecessary code on markdown
-rw-r--r-- | lisp/init-markdown.el | 3 |
1 files changed, 0 insertions, 3 deletions
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 ;;---------------------------------------------------------------------------- |