summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-04-14 15:57:35 +0200
committerTimo Wilken2023-04-14 15:57:35 +0200
commitb0203d1134937d0693eb7e96aa6c9b0017b43e92 (patch)
tree94a38ec87e667ddb7d70811d2c0ac9d16183b8ab /tw/home/files
parentcd3dcea90821649bf3dfaddc6195a409336d7040 (diff)
Use word wrapping in org-mode
Diffstat (limited to 'tw/home/files')
-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)