Try to fix eglot warning
This commit is contained in:
parent
7b96dad1f8
commit
a33e41de3d
1
init.el
1
init.el
@ -645,6 +645,7 @@ to `posframe-show' if the display is graphical."
|
|||||||
;; eglot
|
;; eglot
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:demand t
|
:demand t
|
||||||
|
:pin gnu ;; try to force Elpa version to fix warnings
|
||||||
:hook (eglot-managed-mode . my/-eglot-setup)
|
:hook (eglot-managed-mode . my/-eglot-setup)
|
||||||
:init
|
:init
|
||||||
(defvar my/-eglot-documentation-buffer nil
|
(defvar my/-eglot-documentation-buffer nil
|
||||||
|
Loading…
Reference in New Issue
Block a user