aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-28 10:58:57 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-28 13:54:26 -0500
commit042888f9299bd4b55e95d929ae2518f26495deda (patch)
treed5faa2e17b3541daa30d0ce7e62fff7598c183dc /.emacs
parentLoad TRAMP in emacs (diff)
.emacs reorg
Diffstat (limited to '')
-rw-r--r--.emacs11
1 files 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