From 9f907d9f2becc4dcbfc940b7c5c040d5e1d22b64 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Thu, 23 Apr 2015 09:58:15 -0500 Subject: [PATCH] emacs 24.5 updates --- 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 3329b0b..ab8a19b 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -564,6 +564,7 @@ Make git not ass to use. At least in emacs. magit is the best git interface... i :bind ("C-x m" . magit-status) :config (progn + (setq magit-last-seen-setup-instructions "1.4.0") ;; honestly wtf (defadvice magit-status (around magit-fullscreen activate) (window-configuration-to-register :magit-fullscreen) ad-do-it @@ -880,14 +881,6 @@ Compress down python configuration a bit. ) #+END_SRC -*** company-anaconda - -Make it even easier with hints like intellisense. - -#+BEGIN_SRC emacs-lisp - -#+END_SRC - *** haskell-mode Need to make haskell source be all pretty.