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.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el
index 95fd455..1767290 100644
--- a/.emacs.d/functions.el
+++ b/.emacs.d/functions.el
@@ -181,9 +181,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
(setq fill-column 73)
(auto-fill-mode))
-(defun on-php-mode ()
- (local-set-key [f6] 'comment-line))
-
(defun on-mail-mode ()
(turn-on-auto-fill)
(search-forward "\n\n"))