Update org listings
This commit is contained in:
parent
0b42a735bd
commit
bc01b5619e
1 changed files with 3 additions and 2 deletions
5
init.el
5
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue