ADD python mode

This commit is contained in:
Laurens Miers 2024-09-24 11:31:37 +02:00
parent f2cfe8035c
commit edee35724e

View file

@ -676,6 +676,12 @@ Move to the end if the compilation finishes.
(use-package zig-mode) (use-package zig-mode)
#+END_SRC #+END_SRC
** Python
#+BEGIN_SRC emacs-lisp
(use-package python-mode)
#+END_SRC
* Multiple cursors * Multiple cursors
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp