Update org listings
This commit is contained in:
parent
0b42a735bd
commit
bc01b5619e
1 changed files with 3 additions and 2 deletions
1
init.el
1
init.el
|
@ -1651,6 +1651,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
(org-latex-images-centered t)
|
(org-latex-images-centered t)
|
||||||
;; Enable listings and other table-related features
|
;; Enable listings and other table-related features
|
||||||
(org-latex-listings t)
|
(org-latex-listings t)
|
||||||
|
(org-latex-src-block-backend 'listings)
|
||||||
;; Customize the appearance of listings (source code blocks)
|
;; Customize the appearance of listings (source code blocks)
|
||||||
(org-latex-listings-options
|
(org-latex-listings-options
|
||||||
'(("basicstyle" "\\ttfamily\\color[rgb]{0.30, 0.34, 0.42}") ; nord3
|
'(("basicstyle" "\\ttfamily\\color[rgb]{0.30, 0.34, 0.42}") ; nord3
|
||||||
|
|
Loading…
Add table
Reference in a new issue