branch: elpa/powershell
commit 55d800304864b5015a51136f398d773427992882
Merge: 42d587fc51a 501215fc4e0
Author: Jürgen Hötzel <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #43 from juergenhoetzel/autoload
    
    Add missing autoload cookie
---
 powershell.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/powershell.el b/powershell.el
index b0b10895fbe..a3099552338 100644
--- a/powershell.el
+++ b/powershell.el
@@ -1435,6 +1435,7 @@ This insures we get and display the prompt."
   (powershell--download-langserver)
   (powershell--register-langserver))
 
+;;;###autoload
 (defun powershell--register-langserver ()
   (defvar eglot-server-programs)
   (let* ((langserver-path (powershell-langserver-file-name))

Reply via email to