From b3383980f69030fe84e903c22a268b95e77eb339 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 2 Aug 2021 14:27:20 +0200 Subject: [PATCH] [Emacs] Add some default options for minted --- org/config/emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index e4bb500..67a924a 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3143,7 +3143,10 @@ since we are using ~cleveref~: And Minted should be default break lines if a line is too long: #+name: org-export-latex-minted-options #+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 When it comes to the export itself, the latex file needs to be