Add crude python implementation

This commit is contained in:
Laurens Miers 2017-08-21 01:22:06 +02:00
parent ee13cbc2ec
commit 49d37f8986
2 changed files with 10 additions and 2 deletions

View file

@ -37,4 +37,11 @@
;; Tab-space strategy
(add-hook 'c-mode-hook 'infer-indentation-style)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Python ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(elpy-enable)
(provide 'setup-coding)

View file

@ -49,6 +49,7 @@
irony
company-irony
flycheck-irony
elpy
helm
helm-gtags
helm-swoop
@ -100,7 +101,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages (quote (irony helm-swoop helm))))
'(package-selected-packages (quote (elpy irony helm-swoop helm))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.