From 5d5b3d104014f365402ccab9bcf7d35d4208b7fc Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 19 Jul 2024 00:02:05 -0700 Subject: [PATCH] Wrap lines in org-mode --- thoom-emacs/modules/thoom-org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/thoom-emacs/modules/thoom-org.el b/thoom-emacs/modules/thoom-org.el index 0101b6a..baf19d9 100644 --- a/thoom-emacs/modules/thoom-org.el +++ b/thoom-emacs/modules/thoom-org.el @@ -7,6 +7,7 @@ ;; Unbind to make room for avy :map org-mode-map ("C-j" . nil)) + :hook ((org-mode . visual-line-mode)) :custom (org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)"))) (org-image-actual-width '(800)))