Skip to content

Commit

Permalink
plugin/emacs: remove trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: wagner riffel <[email protected]>
  • Loading branch information
wgrr committed Jun 11, 2021
1 parent 2c6b652 commit 311a201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/emacs/eglot-quicklintjs.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; eglot-quicklintjs --- Eglot support for quick-lint-js -*- lexical-binding: t; -*-
;;; eglot-quicklintjs.el --- Eglot support for quick-lint-js -*- lexical-binding: t; -*-

;;; Commentary:

Expand Down Expand Up @@ -36,7 +36,7 @@
:type '(repeat string))

(add-to-list 'eglot-server-programs `(js-mode . (,eglot-quicklintjs-program
"--lsp"
"--lsp-server"
,@eglot-quicklintjs-args)))

(provide 'eglot-quicklintjs)
Expand Down
2 changes: 1 addition & 1 deletion plugin/emacs/lsp-quicklintjs.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

(lsp-register-client
(make-lsp-client
:new-connection (lsp-stdio-connection `(,lsp-quicklintjs-program "--lsp"
:new-connection (lsp-stdio-connection `(,lsp-quicklintjs-program "--lsp-server"
,@lsp-quicklintjs-args))
:major-modes '(js-mode)
:server-id 'quick-lint-js))
Expand Down

0 comments on commit 311a201

Please sign in to comment.