From 96ee4bd0bd7b5cc8a6d9ca918ede26e82a9b20a7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Jan 2013 12:44:44 -0500 Subject: glob init files files for loading --- conf/km-mail.el | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 conf/km-mail.el (limited to 'conf/km-mail.el') diff --git a/conf/km-mail.el b/conf/km-mail.el deleted file mode 100644 index 7a48417..0000000 --- a/conf/km-mail.el +++ /dev/null @@ -1,15 +0,0 @@ -(add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) - -(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