Skip to content

Commit 84f270d

Browse files
committed
Add Eglot activation to php-ui.el
1 parent a7489b3 commit 84f270d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: lisp/php-ui.el

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
'((phpactor :test (lambda () (and (require 'phpactor nil t) (featurep 'phpactor)))
3434
:activate php-ui-phpactor-activate
3535
:deactivate php-ui-phpactor-activate)
36+
(eglot :test (lambda () (and (require 'eglot nil t) (featurep 'eglot)))
37+
:activate eglot
38+
:deactivate eglot--managed-mode-off)
3639
(lsp-mode :test (lambda () (and (require 'lsp nil t) (featurep 'lsp)))
3740
:activate lsp
3841
:deactivate lsp-workspace-shutdown)))

0 commit comments

Comments
 (0)