mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
Add Cython package
This commit is contained in:
parent
fd4568e3d6
commit
933d590e9a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue