aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-01-03 14:54:55 -0500
committerRyan Kavanagh <rak@rak.ac>2022-01-03 14:54:55 -0500
commita68734ad6fb411291a046202f51c42c4ec3e982b (patch)
tree0e18eb5cf01131001209e7d68c0fcf715aaf351b /dot_emacs
parentenable flyspell in all text modes (diff)
enable visual-line-mode in org to wrap headings
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index c2ac82d..d55ba09 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -478,6 +478,8 @@ Otherwise split the current paragraph into one sentence per line."
:mode ("\\.m\'" . octave-mode))
(use-package org
+ :hook
+ (org-mode . visual-line-mode)
:custom
(org-link-file-path-type 'relative))