Write markdown a little better maybe

This commit is contained in:
John Doty 2018-01-06 07:06:21 -08:00
parent cff8c65ad1
commit 3e25a960cb

View file

@ -871,6 +871,9 @@
;; =================================================================
(defun my-markdown-mode-hook ()
"My hook for markdown mode."
(turn-off-auto-fill)
(setq truncate-lines nil)
(setq word-wrap 't)
(when is-fb-environment
(require 'fb-note-publish)))