diff --git a/init.el b/init.el index 054bcc5b..87f7503d 100755 --- a/init.el +++ b/init.el @@ -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")