diff options
| author | 2026-03-27 11:09:06 -0700 | |
|---|---|---|
| committer | 2026-03-27 11:09:06 -0700 | |
| commit | 75b88f24ae16c18528545c5c72c4d9b07bad70a7 (patch) | |
| tree | 9e24487d372e52c7b9132ea649f90ae42934e41c /oni-php/oni-php.el | |
| parent | 63aae99f457c62fab3c1bd6c4237aa321d08fc5d (diff) | |
| download | emacs-config-75b88f24ae16c18528545c5c72c4d9b07bad70a7.tar.gz emacs-config-75b88f24ae16c18528545c5c72c4d9b07bad70a7.zip | |
Revert "oni-php: Add PHP treesitter override"
This reverts commit 448b78d47b0a18239f00526772b4a660be01363c.
Diffstat (limited to 'oni-php/oni-php.el')
| -rw-r--r-- | oni-php/oni-php.el | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index 0ecf0d5..9e7c458 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: 2026.0326.142641 +;; Version: 2026.0327.110900 ;; Package-Requires: (oni-yasnippet oni-flycheck oni-company oni-hydra oni-smartparens ggtags fic-mode company-php rainbow-delimiters rainbow-identifiers) ;; This program is free software; you can redistribute it and/or modify @@ -260,12 +260,5 @@ Do the insert N times." (define-key php-ts-mode-map (kbd "C-c . g") '("Search for symbol at point" . oni-php-grep-symbol)) (define-key php-ts-mode-map (kbd "C-c . a") '("Import symbol at point" . oni-php-add-use)) -;;;###autoload -(when (and (functionp 'treesit-available-p) - (treesit-available-p) - (require 'treesit) - (treesit-ready-p 'php)) - (add-to-list 'major-mode-remap-alist '(php-mode . php-ts-mode))) - (provide 'oni-php) ;;; oni-php.el ends here |
