From 2282bad3be86d865ef84f410c289f8c6f31bf119 Mon Sep 17 00:00:00 2001 From: Collin Doering Date: Mon, 20 Jun 2011 23:26:45 -0400 Subject: [PATCH] Added autogenerated emacs stuff --- .emacs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.emacs b/.emacs index 84f3de9..c0eab05 100644 --- a/.emacs +++ b/.emacs @@ -300,3 +300,21 @@ ;; Remove scroll bars (scroll-bar-mode -1) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(org-agenda-files (quote ("~/.org/todo/center-todo.org" "~/.org/todo/oh-mega-todo.org" "~/.org/todo/network-todo.org" "~/.org/todo/rekahsoft-todo.org" "~/.org/todo/alpha-todo.org" "~/.org/todo/rekahsoft-mini-todo.org"))) + '(quack-default-program "racket") + '(quack-fontify-style (quote plt)) + '(quack-programs (quote ("mzscheme" "bigloo" "csi" "csi -hygienic" "gosh" "gracket" "gsi" "gsi ~~/syntax-case.scm -" "guile" "kawa" "mit-scheme" "racket" "racket -il typed/racket" "rs" "scheme" "scheme48" "scsh" "sisc" "stklos" "sxi"))) + '(scroll-bar-mode nil) + '(show-paren-mode t)) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + )