emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 861 forks source link

lsp-help-mode: use Lisp macro "delay-mode-hooks" for safe #4401

Closed leuven65 closed 3 months ago

leuven65 commented 3 months ago

lsp-help-mode doesn't run the hook, the problem seems to be caused by delay-mode-hooks. The problem can be solved by using the Lisp macro "delay-mode-hooks".