Add Cython mode

This commit is contained in:
Wojciech Kozlowski 2019-07-29 10:11:00 +02:00
parent ea14a3ad61
commit e4ceeea039

View File

@ -26,6 +26,7 @@
;; Dockerfile
dockerfile-mode
;; Python
cython-mode
py-autopep8
;; Rust
cargo
@ -77,6 +78,9 @@
;; Python.
;; --------------------------------------------------------------------------
(use-package cython-mode
:defer t)
(use-package python
:init
(setq python-shell-interpreter "python3")