diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-28 10:59:46 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-28 13:54:26 -0500 |
commit | 4d3812c2f45854543c72e941c5afcd9c4466b459 (patch) | |
tree | d160da3cd3d4d15c1051d17a554f84f4792fc60b /.emacs | |
parent | Set vm as my user agent in emacs (diff) |
Drop any reference to mew mail
Diffstat (limited to '')
-rw-r--r-- | .emacs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |