summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 61f8647..461eea8 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -425,8 +425,8 @@
 (use-package python
   ;; configuration for Python
   :mode(("\\.aurora$" . python-mode)
-        ("BUILD$" . python-mode)
-        ("\\.py$" . python-mode))
+        ("BUILD$"     . python-mode)
+        ("\\.py$"     . python-mode))
 
   :interpreter ("python" . python-mode)