Remove obsolete eglot variables
To be fair the latest version of eglot has equivalent variables but honestly the defaults are fine and I'm not sure why I set them in the first place.
This commit is contained in:
parent
ec2179069f
commit
433e433775
2
init.el
2
init.el
|
@ -288,9 +288,7 @@
|
||||||
(typescript-ts-mode . eglot-ensure)
|
(typescript-ts-mode . eglot-ensure)
|
||||||
(tsx-ts-mode . eglot-ensure)
|
(tsx-ts-mode . eglot-ensure)
|
||||||
:custom
|
:custom
|
||||||
(eglot-events-buffer-size 0)
|
|
||||||
(eglot-autoshutdown t)
|
(eglot-autoshutdown t)
|
||||||
(eglot-confirm-server-initiated-edits nil)
|
|
||||||
:config
|
:config
|
||||||
(setq-default eglot-workspace-configuration
|
(setq-default eglot-workspace-configuration
|
||||||
'((haskell
|
'((haskell
|
||||||
|
|
Loading…
Reference in a new issue