From 8ab5087d67c053fecda2c3802466661c2f01d4d9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Sep 2019 17:19:23 -0700 Subject: [emacs] aurora files -> python mode --- emacs.d/custom/fcuny-python.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-python.el b/emacs.d/custom/fcuny-python.el index b1b5331..b0eff5f 100644 --- a/emacs.d/custom/fcuny-python.el +++ b/emacs.d/custom/fcuny-python.el @@ -1,6 +1,7 @@ (use-package python :after (flycheck flyspell) - :mode (("\\.py$" . python-mode)) + :mode (("\\.py$" . python-mode) + ("\\.aurora$" . python-mode)) :commands python-mode :hook ((python-mode . eldoc-mode)) :custom (python-indent-offset 2)) -- cgit 1.4.1