diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-28 10:58:57 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-28 13:54:26 -0500 |
commit | 042888f9299bd4b55e95d929ae2518f26495deda (patch) | |
tree | d5faa2e17b3541daa30d0ce7e62fff7598c183dc /.emacs | |
parent | Load TRAMP in emacs (diff) |
.emacs reorg
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |