[Emacs] Add some default options for minted

此提交包含在:
2021-08-02 14:27:20 +02:00
父節點 54b0174781
當前提交 b3383980f6

查看文件

@@ -3143,7 +3143,10 @@ since we are using ~cleveref~:
And Minted should be default break lines if a line is too long: And Minted should be default break lines if a line is too long:
#+name: org-export-latex-minted-options #+name: org-export-latex-minted-options
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq org-latex-minted-options '(("breaklines") ("tabsize" "2"))) (setq org-latex-minted-options '(("breaklines")
("tabsize" "2")
("frame" "single")
("autogobble")))
#+end_src #+end_src
When it comes to the export itself, the latex file needs to be When it comes to the export itself, the latex file needs to be