From 2183d6c14f2c748e994e8c4ac2869c6a66b3af9c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 1 Jul 2013 15:32:23 -0400 Subject: remove old mail setup --- init/km-mail.el | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 init/km-mail.el (limited to 'init') diff --git a/init/km-mail.el b/init/km-mail.el deleted file mode 100644 index 461af07..0000000 --- a/init/km-mail.el +++ /dev/null @@ -1,13 +0,0 @@ -(defun km/mail-position () - "Move cursor to first blank line -and position cursor between two blank lines" - (interactive) - (forward-paragraph) - (insert "\n\n") - (previous-line)) - -(defun km/mail-mode-hook () - (auto-fill-mode 1) - (km/mail-position)) - -(add-hook 'mail-mode-hook 'km/mail-mode-hook) -- cgit v1.2.3