1
0
Fork 0

fix(emacs): correct eglot configuration

This commit is contained in:
Lucas Sta Maria 2025-02-26 21:31:32 -05:00
parent 392ce8ab99
commit 172ddefc51
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -14,6 +14,7 @@
("C-c l f" . eglot-format))
:init
(fset #'jsonrpc--log-event #'ignore)
:config
(add-to-list 'eglot-server-programs '(nix-mode "nil")))
(use-package eglot-booster
:straight (eglot-booster :type git :host github :repo "jdtsmith/eglot-booster")