diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 8bd8959b..73f679b2 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -569,9 +569,6 @@ (use-package org :demand :defines org-mode-map - :hook ((org-mode . (lambda () - (visual-line-mode -1) - (turn-on-auto-fill)))) :bind ( :map org-mode-map (" " . consult-org-heading) (" " . consult-org-heading)) @@ -1267,8 +1264,6 @@ :defer t) (use-package markdown-mode - :hook - ((markdown-mode . turn-on-auto-fill)) :custom (markdown-enable-math t) (markdown-enable-html t)