From 07f377fb8315a9858b7e28e704286aac5160f0b2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 27 Jul 2011 11:53:20 +0200 Subject: Moved some stuff around --- emacs.d/functions.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'emacs.d/functions.el') diff --git a/emacs.d/functions.el b/emacs.d/functions.el index 9035d34..9e831db 100644 --- a/emacs.d/functions.el +++ b/emacs.d/functions.el @@ -179,10 +179,7 @@ Currently adds | & ! . + = - / % * , < > ? : ->" (defun on-html-mode () (local-set-key [f9] 'browse-to-current-file) - (auto-fill-mode)) - -(defun on-markdown-mode () - (whitespace-mode) + (setq fill-column 73) (auto-fill-mode)) (defun on-php-mode () -- cgit v1.2.3-54-g00ecf