oni-php: Enable subword-mode
This commit is contained in:
parent
2cbb137dd2
commit
48beb4b710
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue