fix(emacs): correct eglot
configuration
This commit is contained in:
parent
392ce8ab99
commit
172ddefc51
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
("C-c l f" . eglot-format))
|
("C-c l f" . eglot-format))
|
||||||
:init
|
:init
|
||||||
(fset #'jsonrpc--log-event #'ignore)
|
(fset #'jsonrpc--log-event #'ignore)
|
||||||
|
:config
|
||||||
(add-to-list 'eglot-server-programs '(nix-mode "nil")))
|
(add-to-list 'eglot-server-programs '(nix-mode "nil")))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue