From efb2094f2787e969e5c7f4465eb0168454cf8ebc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 3 Feb 2022 14:42:43 -0800 Subject: python: no more aurora files :) --- emacs/custom/fcuny-prog.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/custom') 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)) -- cgit 1.4.1