Added cython-mode to auto install list
This commit is contained in:
parent
37b72fb2f1
commit
92eed7a9fe
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
|
||||||
("\\.pp\\'" puppet-mode puppet-mode)
|
("\\.pp\\'" puppet-mode puppet-mode)
|
||||||
("\\.php\\'" php-mode php-mode)
|
("\\.php\\'" php-mode php-mode)
|
||||||
("\\.proto\\'" protobuf-mode protobuf-mode)
|
("\\.proto\\'" protobuf-mode protobuf-mode)
|
||||||
|
("\\.pyd\\'" cython-mode cython-mode)
|
||||||
|
("\\.pyi\\'" cython-mode cython-mode)
|
||||||
|
("\\.pyx\\'" cython-mode cython-mode)
|
||||||
("PKGBUILD\\'" pkgbuild-mode pkgbuild-mode)
|
("PKGBUILD\\'" pkgbuild-mode pkgbuild-mode)
|
||||||
("\\.rs\\'" rust-mode rust-mode)
|
("\\.rs\\'" rust-mode rust-mode)
|
||||||
("\\.sass\\'" sass-mode sass-mode)
|
("\\.sass\\'" sass-mode sass-mode)
|
||||||
|
|
Loading…
Reference in a new issue