Display plain links and enable visual line mode

This commit is contained in:
Charlotte Van Petegem 2023-11-23 15:04:12 +01:00
parent c958bd50bf
commit 8efcaa033d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -9,4 +9,6 @@
(org-latex-prefer-user-labels . t)
(org-html-prefer-user-labels . t)
(org-latex-toc-command . "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n")
(fill-column . 200))))
(fill-column . 200)))
(org-mode . ((eval . (progn (visual-line-mode)
(org-toggle-link-display))))))