Add crude python implementation
This commit is contained in:
parent
ee13cbc2ec
commit
49d37f8986
2 changed files with 10 additions and 2 deletions
|
|
@ -37,4 +37,11 @@
|
|||
;; Tab-space strategy
|
||||
(add-hook 'c-mode-hook 'infer-indentation-style)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Python ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(elpy-enable)
|
||||
|
||||
(provide 'setup-coding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue