From 8a13c626074b7592283c54adeb94b2344db4a657 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 21 Mar 2014 21:56:37 -0700 Subject: [PATCH] Re-add python --- .emacs.d/init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 545eff4..73c35ee 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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