Update org listings

This commit is contained in:
Marcus Kammer 2024-10-17 09:26:17 +02:00
parent 0b42a735bd
commit bc01b5619e

View file

@ -1651,13 +1651,14 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(org-latex-images-centered t)
;; Enable listings and other table-related features
(org-latex-listings t)
(org-latex-src-block-backend 'listings)
;; Customize the appearance of listings (source code blocks)
(org-latex-listings-options
'(("basicstyle" "\\ttfamily\\color[rgb]{0.30, 0.34, 0.42}") ; nord3
("showstringspaces" "false")
("keywordstyle" "\\color[rgb]{0.23, 0.26, 0.32}\\textbf") ; nord1
("commentstyle" "\\color[rgb]{0.26, 0.30, 0.37}") ; nord2
("stringstyle" "\\color[rgb]{0.18, 0.20, 0.25}") ; nord0
("commentstyle" "\\color[rgb]{0.26, 0.30, 0.37}") ; nord2
("stringstyle" "\\color[rgb]{0.18, 0.20, 0.25}") ; nord0
("frame" "single")
("numbers" "left")
("numbersep" "5pt")