Fix the advice type for vedang-pet in the org file
This commit is contained in:
parent
4d7c7451c7
commit
d2e59e3d08
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue