diff options
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index e3645cb..1a568d8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -684,9 +684,13 @@ Also setup a lot of variables, particularly for latex exports. "%latex -interaction nonstopmode -shell-escape -output-directory %o %f")) (org-latex-minted-options '(("style" "xcode") ("linenos") + ("frame" "single") ("mathescape") ("fontfamily" "courier") - ("samepage" "true"))))) + ("samepage" "false") + ("breaklines" "true") + ("breakanywhere" "true") + )))) (use-package evil-org :hook (org-mode . evil-org-mode)) |