summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-03 14:42:43 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-03 14:42:43 -0800
commitefb2094f2787e969e5c7f4465eb0168454cf8ebc (patch)
tree3f929e0edcd352b0bcf4ddd5ed5e49f4ad0decf9 /emacs/custom
parenttwitter: delete twitter module (diff)
downloademacs.d-efb2094f2787e969e5c7f4465eb0168454cf8ebc.tar.gz
python: no more aurora files :)
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))