diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:42:43 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:42:43 -0800 |
commit | efb2094f2787e969e5c7f4465eb0168454cf8ebc (patch) | |
tree | 3f929e0edcd352b0bcf4ddd5ed5e49f4ad0decf9 /emacs | |
parent | twitter: delete twitter module (diff) | |
download | emacs.d-efb2094f2787e969e5c7f4465eb0168454cf8ebc.tar.gz |
python: no more aurora files :)
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-prog.el | 3 |
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)) |