summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-05 10:25:12 +0200
committerGravatar Tom Willemsen2011-09-05 10:25:12 +0200
commit73f8cf00f053a5683e43572259cde38b19941cea (patch)
treec27e9169326244db52dd4c1c8e1858c623c1c4d7 /.emacs.d
parentbade90477ccbe4952df6d8276bd87642cfc62f0d (diff)
downloaddotfiles-73f8cf00f053a5683e43572259cde38b19941cea.tar.gz
dotfiles-73f8cf00f053a5683e43572259cde38b19941cea.zip
EMACS: rename php-show-outline
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c2204a5..9331504 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -129,7 +129,7 @@
(djcb-gtags-create-or-update)))
;;; PHP
-(defun oni-php-show-outline ()
+(defun oni/php-show-outline ()
(interactive)
(occur "\\(function .*(\\|\\(public\\|private\\|protected\\)\\( static\\)? \\$\\|class \\sw\\)"))
@@ -142,7 +142,7 @@
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-close '0)
(local-set-key [f6] 'comment-line)
- (local-set-key [f7] 'oni-php-show-outline)))
+ (local-set-key [f7] 'oni/php-show-outline)))
(add-php-keywords)
;;; bidi