From 3ee7c5a7071ab3f052d7d5b7017cb4f435d64e71 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 Feb 2016 11:43:09 -0500 Subject: Update emacs config. --- dotfiles/.emacs.d/init.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dotfiles/.emacs.d/init.el') 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 @@ -394,6 +395,12 @@ indentation." (add-hook 'sql-interactive-mode-hook (lambda () (setq truncate-lines t))) +;;; +;;; Org +;;; + +(require 'ox-beamer) + ;;; ;;; RSS ;;; -- cgit v1.2.3