summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-02-13 11:43:09 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-02-13 11:43:09 -0500
commit3ee7c5a7071ab3f052d7d5b7017cb4f435d64e71 (patch)
tree921f457fc16281e85daf335e31893ad5e104f731 /dotfiles/.emacs.d/init.el
parent1a065ee7a6fc79695e6b59f0f018a93f4108784f (diff)
Update emacs config.
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el9
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
;;;