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)
|
||||
|
||||
(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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user