1
0
Fork 0

Add phpcbf as dependency for oni-php

This commit is contained in:
Tom Willemse 2019-05-05 20:05:53 -07:00
parent 6c16cb94c1
commit 0977d80d00

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 20190306003024
;; Package-Requires: (php-mode oni-flycheck oni-company oni-fci ggtags fic-mode hydra company-php)
;; Version: 20190505200117
;; Package-Requires: (php-mode oni-flycheck oni-company oni-fci ggtags fic-mode hydra company-php phpcbf)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -55,6 +55,7 @@ nil for some reason."
(add-hook 'php-mode-hook 'fic-mode)
(add-hook 'php-mode-hook 'flycheck-mode)
(add-hook 'php-mode-hook 'ggtags-mode)
(add-hook 'php-mode-hook 'phpcbf-enable-on-save)
(with-eval-after-load 'company
(add-to-list 'company-backends 'company-ac-php-backend))