aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-06 18:12:20 -0800
committerGravatar Tom Willemse2021-02-06 18:12:20 -0800
commitd91ae06ec164b932485c46e7e92af5c94b0fd12d (patch)
treee3b14b74101b8779d3953bec78ecdc508fa98d50 /oni-php
parentb32f8ff3c55784d63730a09723138683e5cf3a52 (diff)
downloademacs-config-d91ae06ec164b932485c46e7e92af5c94b0fd12d.tar.gz
emacs-config-d91ae06ec164b932485c46e7e92af5c94b0fd12d.zip
Remove phpcbf, it doesn’t seem to exist anymore
Diffstat (limited to 'oni-php')
-rw-r--r--oni-php/oni-php.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el
index f972505..db35b2d 100644
--- a/oni-php/oni-php.el
+++ b/oni-php/oni-php.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0909.085313
-;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci oni-hydra ggtags fic-mode company-php phpcbf)
+;; Version: 2021.0206.180743
+;; 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
;; 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 'flycheck-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