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:31:11 -0400 |
commit | 12c23bfba4ba9a048dbc8e0999c3cca4a7f32493 (patch) | |
tree | 9b40e7d2e9b6c51a21205e665f2afdb93965e9b1 | |
parent | 8d363bafb3f9d0fb8d90b9247dd0aa85eb2bf5ed (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") |