Skip to content

how is eglot-server-initialized-hook used? #1001

Discussion options

You must be logged in to vote

the hook-function must include a parameter and then the error goes away. This is working for me, below.
emacs.el

(add-hook 'eglot-server-initialized-hook (lambda (server) (run-at-time 1 nil (lambda() (mmm-parse-buffer)))))

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iambumblehead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant