General cleanup

This commit is contained in:
Henrik Lissner 2016-06-08 14:43:40 -04:00
parent ea13be53b1
commit eaa467c1a7
12 changed files with 18 additions and 20 deletions

View file

@ -6,7 +6,7 @@
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
("/README\\.md$" . gfm-mode))
:init
(add-hook 'markdown-mode-hook 'turn-on-auto-fill)
(add-hook 'markdown-mode-hook 'auto-fill-mode)
(setq markdown-enable-wiki-links t
markdown-italic-underscore t
markdown-enable-math t