aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
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