From a68734ad6fb411291a046202f51c42c4ec3e982b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 3 Jan 2022 14:54:55 -0500 Subject: enable visual-line-mode in org to wrap headings --- dot_emacs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_emacs') 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)) -- cgit v1.2.3