Remove phpcbf, it doesn’t seem to exist anymore
This commit is contained in:
parent
b32f8ff3c5
commit
d91ae06ec1
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0909.085313
|
;; Version: 2021.0206.180743
|
||||||
;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci oni-hydra ggtags fic-mode company-php phpcbf)
|
;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci oni-hydra ggtags fic-mode company-php)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -78,7 +78,6 @@ nil for some reason."
|
||||||
(add-hook 'php-mode-hook 'fic-mode)
|
(add-hook 'php-mode-hook 'fic-mode)
|
||||||
(add-hook 'php-mode-hook 'flycheck-mode)
|
(add-hook 'php-mode-hook 'flycheck-mode)
|
||||||
(add-hook 'php-mode-hook 'ggtags-mode)
|
(add-hook 'php-mode-hook 'ggtags-mode)
|
||||||
(add-hook 'php-mode-hook 'phpcbf-enable-on-save)
|
|
||||||
(add-hook 'php-mode-hook 'oni-php--auto-fill-mode)
|
(add-hook 'php-mode-hook 'oni-php--auto-fill-mode)
|
||||||
|
|
||||||
(add-hook 'php-mode-hook
|
(add-hook 'php-mode-hook
|
||||||
|
|
Loading…
Reference in a new issue