remove unnecessary code on markdown
This commit is contained in:
parent
9392325a5b
commit
0a2259e000
@ -8,9 +8,6 @@
|
|||||||
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
|
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.md\\'" . 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
|
;; Generated HTML 5 and UTF-8 with Markdown
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user