adding eglot events buffer change
This commit is contained in:
parent
ef34ec2a6e
commit
ffac4fd08f
2 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
init.el
2
init.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue