mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/rust): set rust-playground basedir so lsp-mode works correctly
The default basedir is within the user's Emacs config directory, which is likely to already be a lsp workdir.
This commit is contained in:
@@ -84,7 +84,9 @@
|
||||
:defer t
|
||||
:general
|
||||
(:keymaps 'rust-playground-mode-map
|
||||
"C-<return>" 'rust-playground-exec))
|
||||
"C-<return>" 'rust-playground-exec)
|
||||
:custom
|
||||
(rust-playground-basedir (expand-file-name "~/.rust/playground")))
|
||||
|
||||
(provide 'siren-rust)
|
||||
;;; siren-rust.el ends here
|
||||
|
||||
Reference in New Issue
Block a user