ADD python mode
This commit is contained in:
parent
f2cfe8035c
commit
edee35724e
1 changed files with 6 additions and 0 deletions
|
|
@ -676,6 +676,12 @@ Move to the end if the compilation finishes.
|
|||
(use-package zig-mode)
|
||||
#+END_SRC
|
||||
|
||||
** Python
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package python-mode)
|
||||
#+END_SRC
|
||||
|
||||
* Multiple cursors
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue