Re-add python

This commit is contained in:
John Doty 2014-03-21 21:56:37 -07:00
parent c8d041d3ee
commit 8a13c62607

View file

@ -141,6 +141,8 @@
go-autocomplete ; Autocomplete for golang
popup ; Pretty completions?
python-mode ; Python
ts-mode ; Typescript ?
;; ----- PROVISIONAL (for whatever that's worth)
@ -256,7 +258,7 @@
;; Drunken men who don't know where they are, and no longer care.
;; =================================================================
;; Get rid of old versions of files
;; Get rid of old versions of files; I never liked those #foo# turds.
(setq delete-old-versions t)
;; Font Menus
@ -539,8 +541,7 @@
(setq auto-mode-alist
(cons '("\\.py$" . python-mode) auto-mode-alist))
(setq interpreter-mode-alist
(cons '("python" . python-mode)
interpreter-mode-alist))
(cons '("python" . python-mode) interpreter-mode-alist))
;; =================================================================
;; JavaScript Support