Merge pull request #2 from jdsteele/master

Add Cython package
This commit is contained in:
Correl Roush 2015-05-06 14:03:55 -04:00
commit 73383ff43c

View file

@ -599,6 +599,13 @@ A strongly typed, pure functional language.
:ensure t :ensure t
:mode "\.dot$") :mode "\.dot$")
#+END_SRC #+END_SRC
** Cython
#+name: programming
#+BEGIN_SRC emacs-lisp
(use-package cython-mode
:ensure t
:mode "\.pyx")
#+END_SRC
* Other functionality * Other functionality
** Disable tab indenting by default ** Disable tab indenting by default
#+name: other #+name: other