From edee35724e51d847cda9e9c92a7033701517851d Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 24 Sep 2024 11:31:37 +0200 Subject: [PATCH] ADD python mode --- config_new.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_new.org b/config_new.org index 9ff9041..330635d 100644 --- a/config_new.org +++ b/config_new.org @@ -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