[Emacs] Add some default options for minted
This commit is contained in:
		
							parent
							
								
									54b0174781
								
							
						
					
					
						commit
						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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user