From 5854d164cf1462795073dabc061a1d530b3620fe Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 5 Jun 2014 17:52:06 +0100 Subject: Emacs: switch PHP to Symfony style :( --- tag-emacs/emacs.d/init.el | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index b4b5a92b..45d06ff8 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -947,27 +947,7 @@ (bind-key "C-h C-f" #'php-search-documentation php-mode-map) (unbind-key "C-c C-f" php-mode-map) (unbind-key "C-." php-mode-map) - (c-add-style "ap" - '((c-basic-offset . 4) - (c-offsets-alist . ((arglist-cont . php-lineup-arglist) - (arglist-intro . php-lineup-arglist-intro) - (arglist-close . php-lineup-arglist-close) - (topmost-intro-cont . (first c-lineup-cascaded-calls - php-lineup-arglist-intro)) - (brace-list-intro . +) - (brace-list-entry . c-lineup-cascaded-calls) - (case-label . 4) - (statement-case-intro . 4) - (defun-close . 0) - (defun-block-intro . +) - (knr-argdecl . [0]) - (arglist-cont-nonempty . c-lineup-cascaded-calls) - (statement-cont . php-lineup-hanging-semicolon))))) - (defun ap/php-style () - (setq indent-tabs-mode t - c-indent-comments-syntactically-p t) - (c-set-style "ap")) - (add-hook 'php-mode-hook #'ap/php-style) + (setq php-mode-coding-style "Symfony2") (add-hook 'php-mode-hook #'turn-on-eldoc-mode))) (req-package sgml-mode -- cgit 1.4.1