diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-12-12 17:17:10 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-12-12 17:17:10 -0500 |
commit | 0d9053bbe90344d2b4b2a66867899366e0d147e1 (patch) | |
tree | e747cdfd913365c5299650bb0561d4093b50780a /.config/emacs/custom.el | |
parent | d1df2fc2156d5be3e6b9da74f66bc9dbb7fafca8 (diff) |
emacs: stuff
Diffstat (limited to '.config/emacs/custom.el')
-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 55af402..6c29e97 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -31,6 +31,7 @@ (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) + '(safe-local-variable-values (quote ((c-set-style . "K&R")))) '(scroll-bar-mode nil) '(send-mail-function (quote smtpmail-send-it)) '(smtpmail-smtp-server "plus.smtp.mail.yahoo.com") |