Re-add python
This commit is contained in:
parent
c8d041d3ee
commit
8a13c62607
1 changed files with 4 additions and 3 deletions
|
|
@ -141,6 +141,8 @@
|
||||||
go-autocomplete ; Autocomplete for golang
|
go-autocomplete ; Autocomplete for golang
|
||||||
popup ; Pretty completions?
|
popup ; Pretty completions?
|
||||||
|
|
||||||
|
python-mode ; Python
|
||||||
|
|
||||||
ts-mode ; Typescript ?
|
ts-mode ; Typescript ?
|
||||||
|
|
||||||
;; ----- PROVISIONAL (for whatever that's worth)
|
;; ----- PROVISIONAL (for whatever that's worth)
|
||||||
|
|
@ -256,7 +258,7 @@
|
||||||
;; Drunken men who don't know where they are, and no longer care.
|
;; 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)
|
(setq delete-old-versions t)
|
||||||
|
|
||||||
;; Font Menus
|
;; Font Menus
|
||||||
|
|
@ -539,8 +541,7 @@
|
||||||
(setq auto-mode-alist
|
(setq auto-mode-alist
|
||||||
(cons '("\\.py$" . python-mode) auto-mode-alist))
|
(cons '("\\.py$" . python-mode) auto-mode-alist))
|
||||||
(setq interpreter-mode-alist
|
(setq interpreter-mode-alist
|
||||||
(cons '("python" . python-mode)
|
(cons '("python" . python-mode) interpreter-mode-alist))
|
||||||
interpreter-mode-alist))
|
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; JavaScript Support
|
;; JavaScript Support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue