Update configuration of the markdown-mode package
This commit is contained in:
parent
245e01ebad
commit
3364cdd580
5
init.el
5
init.el
@ -594,7 +594,10 @@
|
|||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
(use-package markdown-mode
|
(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
|
(use-package mc-extras
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
Loading…
Reference in New Issue
Block a user