summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:31:11 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:31:11 -0400
commit12c23bfba4ba9a048dbc8e0999c3cca4a7f32493 (patch)
tree9b40e7d2e9b6c51a21205e665f2afdb93965e9b1
parent8d363bafb3f9d0fb8d90b9247dd0aa85eb2bf5ed (diff)
emacs: have org src fontify natively
-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")