lang/markdown: remove opinionated formatting

Don't adjust line-spacing or fill-column, this interferes with global
defaults as is too opinionated.
This commit is contained in:
Henrik Lissner 2019-04-04 16:47:52 -04:00
parent 23467374f5
commit d3784a0074
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -19,10 +19,6 @@
(set-lookup-handlers! '(markdown-mode gfm-mode)
:file #'markdown-follow-thing-at-point)
(defun +markdown|set-fill-column-and-line-spacing ()
(setq-local line-spacing 2)
(setq-local fill-column 80))
(add-hook 'markdown-mode-hook #'+markdown|set-fill-column-and-line-spacing)
(add-hook 'markdown-mode-hook #'auto-fill-mode)
(sp-with-modes '(markdown-mode gfm-mode)