aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index e4101cfb..5fc2c135 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -80,6 +80,7 @@
"Enable word wrapping."
(toggle-word-wrap +1))
(add-hook 'markdown-mode-hook #'tw/enable-word-wrap)
+(add-hook 'org-mode-hook #'tw/enable-word-wrap)
;; `use-package' requirements.
(require 'package)