~auto-fill-mode -> visual-line-mode, +org-toggle-latex

This commit is contained in:
dx
2020-05-25 01:50:34 +01:00
parent 7d889b366d
commit 727c133c26

View File

@@ -398,7 +398,8 @@ Org configuration to maximise org workflow.
Setup the agenda-files and the org-directory.
#+BEGIN_SRC elisp
(after! org
(add-hook 'org-mode-hook #'auto-fill-mode)
(add-hook 'org-mode-hook #'visual-line-mode)
(add-hook 'org-mode-hook #'org-toggle-latex-fragment)
(setq org-directory "~/Text"
org-agenda-files '("~/Text/")
org-src-window-setup 'split-window-right