Add Cython mode
This commit is contained in:
parent
ea14a3ad61
commit
e4ceeea039
@ -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")
|
||||
|
Reference in New Issue
Block a user