We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7489b3 commit 84f270dCopy full SHA for 84f270d
lisp/php-ui.el
@@ -33,6 +33,9 @@
33
'((phpactor :test (lambda () (and (require 'phpactor nil t) (featurep 'phpactor)))
34
:activate php-ui-phpactor-activate
35
: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)
39
(lsp-mode :test (lambda () (and (require 'lsp nil t) (featurep 'lsp)))
40
:activate lsp
41
:deactivate lsp-workspace-shutdown)))
0 commit comments