Skip to content

Commit

Permalink
use lsp-mode as default again
Browse files Browse the repository at this point in the history
eglot doesn't seem to work currently
  • Loading branch information
brotzeit committed Jan 27, 2019
1 parent 13825aa commit 4f4c970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() {

# Rust Language Server

The default package is `eglot`. But you can also use `lsp-mode` or no RLS client with `nil`.
The default package is `lsp-mode`. But you can also use `eglot` or no RLS client with `nil`.

``` emacs-lisp
(setq rustic-rls-pkg 'eglot)
Expand Down
2 changes: 1 addition & 1 deletion rustic.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
;;;;;;;;;;;;;;;;;;
;; Customization

(defcustom rustic-rls-pkg 'eglot
(defcustom rustic-rls-pkg 'lsp-mode
"Emacs package for interaction with rls."
:type '(choice (symbol :tag 'eglot "eglot")
(symbol :tag 'lsp-mode "lsp-mode")
Expand Down

0 comments on commit 4f4c970

Please sign in to comment.