summaryrefslogtreecommitdiffstats
path: root/emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-26 01:18:41 +0200
committerGravatar Tom Willemsen2011-07-26 01:25:14 +0200
commit8735e338f9ba07b53d3d62809877aba2774e8419 (patch)
tree90ed1dfd8c693e363d273454941ae9e22b4b6271 /emacs.d
parent9873823e768e59282f6ca32b3292a50cfe37d39a (diff)
downloaddotfiles-8735e338f9ba07b53d3d62809877aba2774e8419.tar.gz
dotfiles-8735e338f9ba07b53d3d62809877aba2774e8419.zip
Moved org-mode settings together
Diffstat (limited to 'emacs.d')
-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 6dec89f..9035d34 100644
--- a/emacs.d/functions.el
+++ b/emacs.d/functions.el
@@ -185,10 +185,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
(whitespace-mode)
(auto-fill-mode))
-(defun on-org-mode ()
- (flyspell-mode 1)
- (auto-fill-mode 1))
-
(defun on-php-mode ()
(local-set-key [f6] 'comment-line))