Skip to content

Commit

Permalink
emacs: Fix eglot default config
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jul 4, 2024
1 parent 12d9d73 commit 9c0b9ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
("C-c l i" . consult-eglot-symbols))
:defun eglot-alternatives
:defvar eglot-workspace-configuration eglot-server-programs
:setq (eglot-workspace-configuration .
:setq-default (eglot-workspace-configuration .
'((nixd
(formatting
(command . ["nixfmt"])))
Expand Down

0 comments on commit 9c0b9ba

Please sign in to comment.