Add Cython package

This commit is contained in:
John Steele 2015-04-03 15:40:41 -04:00
parent fd4568e3d6
commit 933d590e9a

View file

@ -512,6 +512,13 @@ Communicates with the clojure REPL.
: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