From ff4776280814a718c18bc9617f88b803d8bcd951 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sat, 28 Feb 2015 14:21:59 -0600 Subject: [PATCH] Add python verbiage. --- emacs/.emacs.d/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/.emacs.d/emacs.org b/emacs/.emacs.d/emacs.org index 9f6025a..4280e76 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -817,6 +817,8 @@ Comes in handily for those times you need it. *** jedi +Make python coding like an ide. + #+BEGIN_SRC emacs-lisp (use-package jedi :defer t @@ -827,6 +829,8 @@ Comes in handily for those times you need it. *** company-anaconda +Make it even easier with hints like intellisense. + #+BEGIN_SRC emacs-lisp (use-package company-anaconda :defer t