mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(python): remove redundant :mode
These auto-mode-alist entries are autoloaded by the package.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user