summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/functions.el')
-rw-r--r--.emacs.d/functions.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el
index dcf6723..a8d17d7 100644
--- a/.emacs.d/functions.el
+++ b/.emacs.d/functions.el
@@ -174,10 +174,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
(setq fill-column 73)
(auto-fill-mode))
-(defun on-mail-mode ()
- (turn-on-auto-fill)
- (search-forward "\n\n"))
-
(defun pretty-lambdas ()
(font-lock-add-keywords
nil `(("(\\(lambda\\>\\)"