Start flyspell and auto fill in org mode

This commit is contained in:
Kevin Cotugno 2018-06-03 19:46:07 -07:00
parent a38c72c3bf
commit b8ff9f5adb

View File

@ -151,7 +151,11 @@ useful for alternating between light and dark themes"
;; End themes
(use-package org
:ensure t)
:ensure t
:config
(add-hook 'org-mode-hook (lambda ()
(flyspell-mode)
(auto-fill-mode))))
(use-package org-bullets
:ensure t