From 29ccb48b292bf1319e909156f50a9f7c4eed36ea Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Jun 2026 18:16:42 -0700 Subject: 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. --- oni-php/oni-php.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-php') 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 ;; 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 -- cgit v1.3-2-g0d8e