diff options
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/ra.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/emacs/ra.el b/editors/emacs/ra.el index a0b17f3af..fb73451c1 100644 --- a/editors/emacs/ra.el +++ b/editors/emacs/ra.el | |||
@@ -119,5 +119,10 @@ | |||
119 | (xref--pop-to-location (get-text-property 0 'xref item)))))) | 119 | (xref--pop-to-location (get-text-property 0 'xref item)))))) |
120 | 120 | ||
121 | (add-to-list 'eglot-server-programs '(rust-mode . ("ra_lsp_server"))) | 121 | (add-to-list 'eglot-server-programs '(rust-mode . ("ra_lsp_server"))) |
122 | |||
123 | ; (require 'rust-mode) | ||
124 | ; (define-key rust-mode-map (kbd "C-n") 'workspace-symbols) | ||
125 | |||
126 | (define-key) | ||
122 | (provide 'ra) | 127 | (provide 'ra) |
123 | ;;; ra.el ends here | 128 | ;;; ra.el ends here |