diff options
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |