Skip to content

Commit 875352b

Browse files
committed
Rename Emacs "extension"
1 parent 96e7594 commit 875352b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Prerequisites:
137137
Installation:
138138

139139
* add
140-
[ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el)
140+
[rust-analyzer.el](../../editors/emacs/rust-analyzer.el)
141141
to load path and require it in `init.el`
142142
* run `lsp` in a rust buffer
143143
* (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints

editors/emacs/ra-emacs-lsp.el renamed to editors/emacs/rust-analyzer.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; ra-emacs-lsp.el --- Rust analyzer emacs bindings for emacs-lsp -*- lexical-binding: t; -*-
1+
;;; rust-analyzer.el --- Rust analyzer emacs bindings for emacs-lsp -*- lexical-binding: t; -*-
22
;;; Code:
33

44
(require 'lsp)
@@ -275,5 +275,5 @@
275275
(message "No macro found at point, or it could not be expanded")))))))
276276

277277

278-
(provide 'ra-emacs-lsp)
279-
;;; ra-emacs-lsp.el ends here
278+
(provide 'rust-analyzer)
279+
;;; rust-analyzer.el ends here

0 commit comments

Comments
 (0)