1
0
Fork 0

oni-php: Enable subword-mode

This commit is contained in:
Tom Willemsen 2024-12-30 14:17:12 -08:00
parent 2cbb137dd2
commit 48beb4b710

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2024.1230.094546
;; Version: 2024.1230.141448
;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-hydra ggtags fic-mode company-php)
;; This program is free software; you can redistribute it and/or modify
@ -103,6 +103,7 @@ nil for some reason."
(add-hook 'php-mode-hook 'ggtags-mode)
(add-hook 'php-mode-hook 'oni-php--auto-fill-mode)
(add-hook 'php-mode-hook 'yas-minor-mode)
(add-hook 'php-mode-hook 'subword-mode)
(with-eval-after-load 'company
(add-to-list 'company-backends 'company-ac-php-backend))