mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package rustic
This commit is contained in:
parent
276d299f7a
commit
750e0dc93a
9
init.org
9
init.org
@ -207,8 +207,7 @@
|
||||
|
||||
(let* ((package--builtins nil)
|
||||
(packages
|
||||
'(rustic ; Rust development environment
|
||||
slime ; Superior Lisp Interaction Mode for Emacs
|
||||
'(slime ; Superior Lisp Interaction Mode for Emacs
|
||||
try ; Try out Emacs packages
|
||||
vterm ; A terminal via libvterm
|
||||
which-key ; Display available keybindings in popup
|
||||
@ -1693,7 +1692,11 @@
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(setq rustic-lsp-client 'eglot)
|
||||
;; Rust development environment
|
||||
(use-package rustic
|
||||
:defer t
|
||||
:config
|
||||
(setq rustic-lsp-client 'eglot))
|
||||
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user