Add: add mixed-pitch-mode to +write-mode

This commit is contained in:
fuxialexander 2018-02-11 17:05:16 +08:00
parent 562b8ba431
commit 13e2239fcd

View file

@ -13,6 +13,7 @@
(visual-fill-column-mode arg)
(visual-line-mode arg)
(when (eq major-mode 'org-mode)
(mixed-pitch-mode arg)
(+org-pretty-mode arg))
(setq line-spacing (if +write-mode 4))))