asddasfasdasfasd
This commit is contained in:
parent
ec36dd9db6
commit
b8aebf90c4
1 changed files with 6 additions and 6 deletions
|
@ -672,12 +672,12 @@ this should be useful later
|
||||||
eglot-confirm-server-initiated-edits nil))
|
eglot-confirm-server-initiated-edits nil))
|
||||||
|
|
||||||
;; this'll make it so i don't have to use vscode every now and then
|
;; this'll make it so i don't have to use vscode every now and then
|
||||||
;; (when (eq system-type 'windows-nt)
|
(when (eq system-type 'windows-nt)
|
||||||
;; (use-package eglot-booster
|
(use-package eglot-booster
|
||||||
;; :straight (eglot-booster :type git :host github :repo "jdtsmith/eglot-booster")
|
:straight (eglot-booster :type git :host github :repo "jdtsmith/eglot-booster")
|
||||||
;; :after eglot
|
:after eglot
|
||||||
;; :config (eglot-booster-mode))
|
:config (eglot-booster-mode))
|
||||||
;; )
|
)
|
||||||
|
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(use-package eglot-booster
|
(use-package eglot-booster
|
||||||
|
|
Loading…
Reference in a new issue