summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-23 00:06:35 +0200
committerGravatar Tom Willemsen2012-10-23 00:06:35 +0200
commita38365ecf327a925f9eaf455a4bbb3009281e364 (patch)
tree8e73a15d5086fa1dfff9c1f3696eabb65011d6c8 /.emacs.d
parent5823bb57b50b279167fef7b172e50fe61104d934 (diff)
downloaddotfiles-a38365ecf327a925f9eaf455a4bbb3009281e364.tar.gz
dotfiles-a38365ecf327a925f9eaf455a4bbb3009281e364.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el26
1 files changed, 3 insertions, 23 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6c14fe6..173c285 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -110,6 +110,9 @@
(eval-after-load "jabber"
'(remove-hook 'jabber-alert-presence-hooks 'jabber-presence-echo))
+(eval-after-load "mu4e"
+ '(require 'mu4e-init))
+
(eval-after-load "org"
'(require 'org-init))
@@ -118,15 +121,6 @@
(global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "C-M-x") 'smex-major-mode-commands)))
-(oni:define-mailbox "aethon"
- (oni:email thomas at aethon dot nl)
- (expand-file-name "~/documents/work/aethon/signature.txt"))
-(oni:define-mailbox "gmail" (oni:email ryuslash at gmail dot com))
-(oni:define-mailbox "ninthfloor"
- (oni:email ryuslash at ninthfloor dot org))
-(oni:define-mailbox "ryuslash" (oni:email tom at ryuslash dot org)
- nil "ryuslash.org")
-
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)
@@ -248,20 +242,6 @@
(setq message-log-max 1000)
(setq message-send-mail-function 'message-send-mail-with-sendmail)
(setq mode-line-position nil)
-(setq mu4e-headers-date-format "%d-%m %H:%M")
-(setq mu4e-headers-fields '((:date . 11)
- (:flags . 6)
- (:to . 22)
- (:from . 22)
- (:subject)))
-(setq mu4e-headers-show-threads nil)
-(setq mu4e-headers-sort-revert nil)
-(setq mu4e-html2text-command "w3m -dump -T text/HTML -cols 72")
-(setq mu4e-my-email-addresses (list
- (oni:email tom at ryuslash dot org)
- (oni:email ryuslash at gmail dot com)
- (oni:email ryuslash at ninthfloor dot org)
- (oni:email thomas at aethon dot nl)))
(setq package-archives
'(("melpa" . "http://melpa.milkbox.net/packages/")
("ELPA" . "http://tromey.com/elpa/")