summary refs log tree commit diff
path: root/emacs.d/inits/90_lang-python.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/90_lang-python.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/inits/90_lang-python.el b/emacs.d/inits/90_lang-python.el
new file mode 100644
index 0000000..dd0e46e
--- /dev/null
+++ b/emacs.d/inits/90_lang-python.el
@@ -0,0 +1,5 @@
+(use-package python
+  :mode ("\\.\\(py\\|aurora\\)$" . python-mode)
+  :config
+  (progn
+    (setq python-indent-offset 2)))