diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 8ca86f0c..560ee7c0 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -3,6 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(TeX-engine 'xetex) '(ansi-color-faces-vector [default default default italic underline success warning error]) '(ansi-color-names-vector @@ -29,7 +30,8 @@ (undecorated) (width . 85) (height . 70) - (fullscreen . fullscreen))) + (fullscreen . maximized) + (vertical-scroll-bars))) '(delete-selection-mode nil) '(diary-file "~/Documents/diary/diary") '(display-time-mode t) @@ -63,6 +65,7 @@ '(org-babel-python-command "python3") '(org-default-notes-file "~/Documents/journal/notes.org") '(org-html-htmlize-output-type nil) + '(org-latex-compiler "xelatex") '(org-modules '(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert)) '(org-plantuml-jar-path "~/.local/bin/plantuml.jar")