Update configuration of the markdown-mode package

This commit is contained in:
Gergely Polonkai 2016-10-28 07:12:38 +02:00
parent 245e01ebad
commit 3364cdd580
1 changed files with 4 additions and 1 deletions

View File

@ -594,7 +594,10 @@
:ensure t)
(use-package markdown-mode
:ensure t)
:ensure t
:config
(push '("\\.markdown\\'" . markdown-mode) auto-mode-alist)
(push '("\\.md\\'" . markdown-mode) auto-mode-alist))
(use-package mc-extras
:ensure t)