summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-18 10:13:21 +0200
committerGravatar Tom Willemsen2011-08-18 10:13:21 +0200
commit816654f07c449632a7e59b0aeb1a2b6b90a8a995 (patch)
tree8e85ae614565b81cc6a0c92dc5a99ee753f5ea14 /.emacs.d/functions.el
parent60aba393624439192d9cedb29313a7fb9359c61e (diff)
downloaddotfiles-816654f07c449632a7e59b0aeb1a2b6b90a8a995.tar.gz
dotfiles-816654f07c449632a7e59b0aeb1a2b6b90a8a995.zip
EMACS: Moved message settings, added flyspell
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\\>\\)"