summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r--.config/emacs/custom.el22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index e4208b5..8291602 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -16,6 +16,28 @@
((Nginx-indent-tabs-mode)
(Nginx-indent-level . 4)
(Nginx-indent-level . 8))))
+ '(graphviz-dot-auto-indent-on-semi nil)
+ '(org-latex-default-packages-alist
+ (quote
+ (("" "fontspec" t)
+ ("" "fixltx2e" nil)
+ ("" "graphicx" t)
+ ("" "longtable" nil)
+ ("" "float" nil)
+ ("" "wrapfig" nil)
+ ("" "rotating" nil)
+ ("normalem" "ulem" t)
+ ("" "amsmath" t)
+ ("" "textcomp" t)
+ ("" "marvosym" t)
+ ("" "wasysym" t)
+ ("" "amssymb" t)
+ ("" "hyperref" nil)
+ "\\tolerance=1000")))
+ '(org-latex-pdf-process
+ (quote
+ ("xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f")))
+ '(org-src-fontify-natively t)
'(scroll-bar-mode nil)
'(scss-compile-at-save nil)
'(send-mail-function (quote smtpmail-send-it))