Added elpy config for Python

This commit is contained in:
Seth Morabito 2022-08-02 19:00:36 -07:00
parent 4a62bd50cb
commit 601aedcb03
1 changed files with 8 additions and 0 deletions

View File

@ -1193,6 +1193,14 @@ will help support my interest in it.
Much of this section, especially with regards to Rust development,
is stolen verbatim from [[https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/][Robert Krahn]]. Thank you!
** Python Development
#+BEGIN_SRC emacs-lisp
(use-package elpy
:ensure t
:init (elpy-enable))
#+END_SRC
** Web Mode
#+BEGIN_SRC emacs-lisp