From 042888f9299bd4b55e95d929ae2518f26495deda Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 28 Feb 2013 10:58:57 -0500 Subject: .emacs reorg --- .emacs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.emacs b/.emacs index 4c34d44..83e4d5d 100644 --- a/.emacs +++ b/.emacs @@ -47,6 +47,9 @@ ;;;; PROOFGENERAL (load-file "~/.emacs.d/proofgeneral/generic/proof-site.el") +;;;; TeX +(setq TeX-PDF-mode t) + ;;; THEME (load-theme 'ryanakca t) @@ -85,17 +88,11 @@ '(default ((t (:family "Inconsolata" :foundry "unknown" :slant normal :weight normal :height 83 :width normal)))) '(proof-locked-face ((t (:weight bold))) t)) -;;;; TeX -(setq TeX-PDF-mode t) - -;;;; Others -;(require 'color-theme) -;(color-theme-initialize) - (setq mew-proto "%") (setq mew-imap-user "ryan") (setq mew-imap-server "localhost") +;;; Others ;; Emacs24: Cycle through tab-completions with tab if there are less than 5 (setq completion-cycle-threshold 5) ;; Emacs24: Also match for substrings in tab completion -- cgit v1.2.3