From 92eed7a9fe2199b9c6d8f1c122a09443d11ba885 Mon Sep 17 00:00:00 2001 From: k1-hedayati Date: Fri, 16 Jan 2015 10:50:07 +0330 Subject: [PATCH] Added cython-mode to auto install list --- core/prelude-packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 5d428d3..030468e 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -153,6 +153,9 @@ PACKAGE is installed only if not already present. The file is opened in MODE." ("\\.pp\\'" puppet-mode puppet-mode) ("\\.php\\'" php-mode php-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) ("\\.rs\\'" rust-mode rust-mode) ("\\.sass\\'" sass-mode sass-mode)