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.el5
1 files changed, 1 insertions, 4 deletions
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 ()