Write markdown a little better maybe
This commit is contained in:
parent
cff8c65ad1
commit
3e25a960cb
1 changed files with 3 additions and 0 deletions
|
|
@ -871,6 +871,9 @@
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(defun my-markdown-mode-hook ()
|
(defun my-markdown-mode-hook ()
|
||||||
"My hook for markdown mode."
|
"My hook for markdown mode."
|
||||||
|
(turn-off-auto-fill)
|
||||||
|
(setq truncate-lines nil)
|
||||||
|
(setq word-wrap 't)
|
||||||
(when is-fb-environment
|
(when is-fb-environment
|
||||||
(require 'fb-note-publish)))
|
(require 'fb-note-publish)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue