summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-prog.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el
index 64afcc5..1e2141c 100644
--- a/emacs/custom/fcuny-prog.el
+++ b/emacs/custom/fcuny-prog.el
@@ -113,8 +113,7 @@
                 sh-basic-offset 2))
 
 (use-package python
-  :mode (("\\.py$"     . python-mode)
-         ("\\.aurora$" . python-mode))
+  :mode (("\\.py$"     . python-mode))
   :commands python-mode
   :hook ((python-mode . eldoc-mode))
   :custom (python-indent-offset 2))