Start flyspell and auto fill in org mode
This commit is contained in:
parent
a38c72c3bf
commit
b8ff9f5adb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user