Emacs First Look
date
Feb 25, 2022
slug
emacs-first-look
status
Published
tags
Others
summary
The editor of God?
type
Post
I start to use emacs for text editing and rust developing.
I choose Doom Emacs as the integrated configuration.
Install Emacs
Install Emacs 27 or 28, nativecomp version better
Install Rust
I use the UNIX like systems, Ubuntu/MacOS:
Then try to run
cargo
Install Doom Emacs
Install ripgrep and fd-find
Install Doom
Edit
init.el
to set rust and lspUnder
:tools
, uncomment lsp
Under
:lang
, uncomment/add (rust +lsp)
Sync the config