diff options
| author | 2026-06-28 18:16:42 -0700 | |
|---|---|---|
| committer | 2026-06-28 18:19:42 -0700 | |
| commit | 29ccb48b292bf1319e909156f50a9f7c4eed36ea (patch) | |
| tree | c059b482b363984b4a15bf94c475da257698e301 /oni-php | |
| parent | 2bf5ba230c71960f81daff285758033736e6ca40 (diff) | |
| download | emacs-config-29ccb48b292bf1319e909156f50a9f7c4eed36ea.tar.gz emacs-config-29ccb48b292bf1319e909156f50a9f7c4eed36ea.zip | |
oni-php: Add dependency on php-mode
I removed it when I was experimenting with php-ts-mode, but that isn't yet what
I'd like it to be, so I'm back to using php-mode for now.
Diffstat (limited to 'oni-php')
| -rw-r--r-- | oni-php/oni-php.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index 9c96a8c..4c4b3d0 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: 2026.0628.181545 -;; Package-Requires: (oni-flycheck oni-hydra fic-mode rainbow-delimiters rainbow-identifiers) +;; Version: 2026.0628.181554 +;; Package-Requires: (php-mode oni-flycheck oni-hydra fic-mode rainbow-delimiters rainbow-identifiers) ;; 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 |
