summaryrefslogtreecommitdiffstats
path: root/emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-27 11:53:20 +0200
committerGravatar Tom Willemsen2011-07-27 11:53:20 +0200
commit07f377fb8315a9858b7e28e704286aac5160f0b2 (patch)
tree0c000de805db77261e0ace5c9922a27011be0183 /emacs.d
parent2552411e751a0ed84d4e40f1df88c8465f52ed62 (diff)
downloaddotfiles-07f377fb8315a9858b7e28e704286aac5160f0b2.tar.gz
dotfiles-07f377fb8315a9858b7e28e704286aac5160f0b2.zip
Moved some stuff around
Diffstat (limited to 'emacs.d')
-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 ()