mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
refactor(python): remove redundant :mode
These auto-mode-alist entries are autoloaded by the package.
This commit is contained in:
parent
87de6e45f2
commit
cd227e675a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue