all repos — archive/dotfiles @ 187efed82e62484867a16119fa76c2988a271fc8

Superseded by nixfiles

Emacs: Use symfony style in PHP
Alan Pearce alan@alanpearce.co.uk
Wed, 17 Dec 2014 20:10:49 +0000
commit

187efed82e62484867a16119fa76c2988a271fc8

parent

417b7c2eac667d49fbb49ddc7804ad6c90bacf4d

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1285,7 +1285,8 @@ (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)
             (setq php-mode-coding-style "Symfony2")
-            (add-hook 'php-mode-hook #'turn-on-eldoc-mode)))
+            (add-hook 'php-mode-hook #'turn-on-eldoc-mode)
+            (add-hook 'php-mode-hook #'php-enable-symfony2-coding-style)))
 
 (req-package sgml-mode
   :defer t