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