diff options
-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 |