diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:31:11 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:33:50 -0400 |
commit | 931a4c914bc2c23177faab05fc76232fdd254076 (patch) | |
tree | d18a1116a9db88f6ee3c21f254bd846f53fc56cd | |
parent | 0712c9d148075e4f19b650aa675942f2a413b55e (diff) |
emacs: have org src fontify natively
-rw-r--r-- | .config/emacs/custom.el | 1 |
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") |