refactor(python): remove redundant :mode

These auto-mode-alist entries are autoloaded by the package.
This commit is contained in:
Henrik Lissner
2025-05-07 16:32:00 -04:00
parent 87de6e45f2
commit cd227e675a

View File

@ -226,7 +226,7 @@
(use-package! cython-mode
:when (modulep! +cython)
:mode "\\.p\\(yx\\|x[di]\\)\\'"
:defer t
:config
(setq cython-default-compile-format "cython -a %s")
(map! :map cython-mode-map