EMACS: rename php-show-outline
This commit is contained in:
parent
bade90477c
commit
73f8cf00f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue