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.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))