diff options
author | Aleksey Kladov <[email protected]> | 2020-01-13 11:56:33 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-13 11:56:33 +0000 |
commit | 875352b2b64220e4e76d1aa49d51e85a46344d6a (patch) | |
tree | b9c7dea9a9b8c55351a20eb39aca36b54873ad91 /editors | |
parent | 96e759413d64715c5c6f407c72b5ce1cbba0d8b7 (diff) |
Rename Emacs "extension"
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/rust-analyzer.el (renamed from editors/emacs/ra-emacs-lsp.el) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/ra-emacs-lsp.el b/editors/emacs/rust-analyzer.el index b41a09dea..8ba98bf61 100644 --- a/editors/emacs/ra-emacs-lsp.el +++ b/editors/emacs/rust-analyzer.el | |||
@@ -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; -*- |
2 | ;;; Code: | 2 | ;;; Code: |
3 | 3 | ||
4 | (require 'lsp) | 4 | (require 'lsp) |
@@ -275,5 +275,5 @@ | |||
275 | (message "No macro found at point, or it could not be expanded"))))))) | 275 | (message "No macro found at point, or it could not be expanded"))))))) |
276 | 276 | ||
277 | 277 | ||
278 | (provide 'ra-emacs-lsp) | 278 | (provide 'rust-analyzer) |
279 | ;;; ra-emacs-lsp.el ends here | 279 | ;;; rust-analyzer.el ends here |