diff options
| author | 2024-12-30 14:17:12 -0800 | |
|---|---|---|
| committer | 2024-12-30 14:17:12 -0800 | |
| commit | 48beb4b710a0b24b3769b499d21d11bbf72df09a (patch) | |
| tree | 7aaf98d534fa06c77082591e44671442c61f418b | |
| parent | 2cbb137dd20bc9d57e661af759862f3106f1fa72 (diff) | |
| download | emacs-config-48beb4b710a0b24b3769b499d21d11bbf72df09a.tar.gz emacs-config-48beb4b710a0b24b3769b499d21d11bbf72df09a.zip | |
oni-php: Enable subword-mode
| -rw-r--r-- | oni-php/oni-php.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index 9af7e92..bd1df6c 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -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)) |
