all repos — archive/dotfiles @ 78847369196226167bdfc8dd04615fbf7ac41f9b

Superseded by nixfiles

Emacs: switch to the Wordpress coding style in php-mode-hook
Alan Pearce alan@alanpearce.co.uk
Mon, 07 Oct 2013 13:01:10 +0100
commit

78847369196226167bdfc8dd04615fbf7ac41f9b

parent

cd3947fad742a604cb5be03cc1378d803cd032c5

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

jump to
M emacs/init.elemacs/init.el
@@ -1178,6 +1178,7 @@ (unbind-key "C-c C-f" php-mode-map)             (unbind-key "C-." php-mode-map)
             (if (eq env/location 'home)
                 (setq php-manual-url "http://docs.home/manual/en/"))
+            (add-hook 'php-mode-hook #'php-enable-wordpress-coding-style)
             (add-hook 'php-mode-hook (lambda ()
                                        (set (make-local-variable 'eldoc-documentation-function) #'my-php-eldoc-function)))
             (use-package eldoc-php