diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-13 11:43:09 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-13 11:43:09 -0500 |
commit | 3ee7c5a7071ab3f052d7d5b7017cb4f435d64e71 (patch) | |
tree | 921f457fc16281e85daf335e31893ad5e104f731 | |
parent | 1a065ee7a6fc79695e6b59f0f018a93f4108784f (diff) |
Update emacs config.
-rw-r--r-- | dotfiles/.emacs.d/init.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 5714a39..ce10c3c 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -74,7 +74,7 @@ (add-to-list 'after-make-frame-functions (lambda (frame) (when (font-exists-p "Inconsolata") - (set-default-font "Inconsolata-11")))) + (set-default-font "Inconsolata-12")))) (load-theme 'wombat t) (column-number-mode t) @@ -369,6 +369,7 @@ indentation." (put 'with-push-context 'scheme-indent-function 1) (put 'with-temp-transform 'scheme-indent-function 2) (put 'chain 'scheme-indent-function 1) +(put 'call-with-input-bytevector 'scheme-indent-function 1) ;;; ;;; Ruby @@ -395,6 +396,12 @@ indentation." (lambda () (setq truncate-lines t))) ;;; +;;; Org +;;; + +(require 'ox-beamer) + +;;; ;;; RSS ;;; |