this post was submitted on 25 Oct 2023
1 points (100.0% liked)
Emacs
310 readers
2 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use Emacs 29.1 or Emacs 30, because:
Eglot
.python-ts-mode
And I use pyright as the LSP backend.
After install
pyright
, just start Emacs, open python file andM-x eglot
will fire up the lsp support.For the python virtual environment, I use
envr(direnv)
on macOS and Linux, usepyvenv
on Windows platform.You can see my personal configuration here:
https://github.com/Eason0210/.emacs.d/blob/6428e1a3be904a97ee354c955c879baeed90c099/init.el#L873-L948