aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-28 10:59:46 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-28 13:54:26 -0500
commit4d3812c2f45854543c72e941c5afcd9c4466b459 (patch)
treed160da3cd3d4d15c1051d17a554f84f4792fc60b /.emacs
parentSet vm as my user agent in emacs (diff)
Drop any reference to mew mail
Diffstat (limited to '')
-rw-r--r--.emacs4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs b/.emacs
index 83744f4..305a858 100644
--- a/.emacs
+++ b/.emacs
@@ -90,10 +90,6 @@
'(default ((t (:family "Inconsolata" :foundry "unknown" :slant normal :weight normal :height 83 :width normal))))
'(proof-locked-face ((t (:weight bold))) t))
-(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)