From 46cf3f4749522371c6f36cd09c6d0981c35aed98 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 18 Jan 2024 00:55:48 -0500 Subject: [PATCH] fix(emacs): remove auto-fill mode in org-mode Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 426271d..c92ed6b 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -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)