From f3380a97e4816c6bcdfccbc290aff1652c28dd4a Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 1 May 2016 23:18:43 -0500 Subject: [PATCH] These helm things are not needed now. --- emacs.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/emacs.org b/emacs.org index fe6330a..2cdc426 100644 --- a/emacs.org +++ b/emacs.org @@ -789,9 +789,6 @@ Highlight TODO/FIXME type messages in comments. (use-package projectile :ensure t :init (projectile-global-mode) - :config - (progn (require 'helm-projectile) - (helm-projectile-on)) ) #+END_SRC @@ -857,12 +854,6 @@ So I write gooder. Me fail English? Thats unpossible. (use-package writegood-mode :ensure t) #+END_SRC -*** helm-gtags - -#+BEGIN_SRC emacs-lisp - (use-package helm-gtags :ensure t) -#+END_SRC - *** python-mode Compress down python configuration a bit.