adding eglot events buffer change

This commit is contained in:
Chris Cochrun 2026-04-09 09:52:17 -05:00
parent ef34ec2a6e
commit ffac4fd08f
2 changed files with 4 additions and 0 deletions

View file

@ -4013,6 +4013,8 @@ Let's give eglot a try.
#+begin_src emacs-lisp
(use-package eglot
:commands eglot
:custom
(eglot-events-buffer-config '(:size 20000 :format full))
:hook
(c++-mode . eglot-ensure)
(c++-ts-mode . eglot-ensure)

View file

@ -2931,6 +2931,8 @@ current buffer's, reload dir-locals."
(use-package eglot
:commands eglot
:custom
(eglot-events-buffer-config '(:size 20000 :format full))
:hook
(c++-mode . eglot-ensure)
(c++-ts-mode . eglot-ensure)