fix(emacs): remove auto-fill mode in org-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
de59675257
commit
46cf3f4749
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@
|
|||
(add-hook 'org-agenda-mode-hook
|
||||
(lambda ()
|
||||
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
|
||||
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||
|
||||
(auto-save-mode)))
|
||||
(add-hook 'org-mode-hook #'olivetti-mode)
|
||||
(add-hook 'org-mode-hook #'org-modern-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue