aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-15 15:58:14 -0700
committerGravatar Tom Willemse2026-05-15 15:58:14 -0700
commit59e0a0b53a166d4b1e8d01361a6adf55ad53fa6f (patch)
treea486482e744586fa2d2dd0bdc320eb3cd48c910a /oni-php
parente408669b2a6262ad9cca438f0ab5de81a2d18444 (diff)
downloademacs-config-59e0a0b53a166d4b1e8d01361a6adf55ad53fa6f.tar.gz
emacs-config-59e0a0b53a166d4b1e8d01361a6adf55ad53fa6f.zip
oni-php: Remove ggtags dependency
Using dumb-jump instead
Diffstat (limited to 'oni-php')
-rw-r--r--oni-php/oni-php.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el
index 11d4f3b..753d03c 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.0514.120954
-;; Package-Requires: (oni-yasnippet oni-flycheck oni-hydra oni-corfu ggtags fic-mode rainbow-delimiters rainbow-identifiers)
+;; Version: 2026.0515.155805
+;; Package-Requires: (oni-yasnippet oni-flycheck oni-hydra oni-corfu 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
@@ -227,7 +227,6 @@ Otherwise call FUNC with ARGS. This is meant as advice around
(add-hook 'php-mode-hook 'electric-indent-local-mode)
(add-hook 'php-mode-hook 'fic-mode)
(add-hook 'php-mode-hook 'flycheck-mode)
-(add-hook 'php-mode-hook 'ggtags-mode)
(add-hook 'php-mode-hook 'oni-php--auto-fill-mode)
(add-hook 'php-mode-hook 'oni-php-set-dabbrev-settings)
(add-hook 'php-mode-hook 'oni-php-set-rainbow-identifier-faces)