General refactor & cleanup

This commit is contained in:
Henrik Lissner 2018-02-14 07:42:22 -05:00
parent bac73ec938
commit 6c4e048c23
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 26 additions and 21 deletions

View file

@ -2,8 +2,8 @@
(def-package! markdown-mode
:mode "/README$"
:mode "\\.m\\(d\\|arkdown\\)$"
:mode ("/README\\.md$" . gfm-mode)
:mode "\\.m\\(d\\|arkdown\\)$"
:init
(setq markdown-enable-wiki-links t
markdown-enable-math t