Fix the advice type for vedang-pet in the org file

This commit is contained in:
Vedang Manerikar 2024-12-01 16:14:33 +05:30
parent 4d7c7451c7
commit d2e59e3d08

View file

@ -7141,7 +7141,7 @@ Also see `prot-window-delete-popup-frame'." command)
(defun pet-eglot-setup ()
"Set up Eglot to use server executables and virtualenvs found by PET."
(advice-add 'eglot-ensure :before #'pet-eglot--adjust-path-advice)
(advice-add 'eglot-ensure :around #'pet-eglot--adjust-path-advice)
(advice-add 'eglot--workspace-configuration-plist :around #'pet-eglot--workspace-configuration-plist-advice)
(advice-add 'eglot--guess-contact :around #'pet-eglot--guess-contact-advice))