summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:36:15 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:36:15 -0400
commit596fe4b1610df0a7f5a0ea174d136d179ee08440 (patch)
treeb3e9c23404ec7a3247ca251f5c142e33a22c1b61 /.config/emacs/custom.el
parentea607b1e0d2648a67508b57fdfccaf8cc8e3ae80 (diff)
parent4e5135eee28a7895dbc5fd74b0f49314a0f2397e (diff)
Merge remote-tracking branch 'origin/master' into build64-par/master
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r--.config/emacs/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index d81ac98..1fdb0d3 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -29,6 +29,7 @@
'(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)
'(send-mail-function (quote smtpmail-send-it))
'(smtpmail-smtp-server "plus.smtp.mail.yahoo.com")