From 74d76ce064fca4dcd0d40904f4f9ec3efb2095b5 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 15 Mar 2015 12:52:53 -0500 Subject: [PATCH] Forgot to nuke this. --- emacs/.emacs.d/emacs.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/emacs/.emacs.d/emacs.org b/emacs/.emacs.d/emacs.org index d94ddca..800012e 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -874,14 +874,7 @@ Compress down python configuration a bit. Make it even easier with hints like intellisense. #+BEGIN_SRC emacs-lisp - (use-package company-anaconda - :ensure t - :config - (progn - (add-to-list 'company-backends 'company-anaconda) - (add-hook 'python-mode-hook 'anaconda-mode) - ) - ) + #+END_SRC *** haskell-mode