diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index 7b2f94c..0104164 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -512,6 +512,13 @@ Communicates with the clojure REPL. :ensure t :mode "\.dot$") #+END_SRC +** Cython +#+name: programming +#+BEGIN_SRC emacs-lisp + (use-package cython-mode + :ensure t + :mode "\.pyx") +#+END_SRC * Other functionality ** Disable tab indenting by default #+name: other