Updated emacs to work better with special characters

This commit is contained in:
Nathan Schneider
2024-04-21 16:19:35 -06:00
parent 0b21fde791
commit 2b050541b5
+1
View File
@@ -130,6 +130,7 @@
" -f markdown+smart" ;; add curly quotes
" --citeproc --bibliography $HOME/Zotero/lib.bib" ;; connect to BibTeX export from Zotero
;; ^ remove "--citeproc" for older versions
" --pdf-engine=xelatex" ;; for special characters
" -t " file-type
" -o " tmp-out-file))
;; End convert routine