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)))