From 547e043143f8956b758d5276535ffa7d90631f13 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 18 Jul 2015 12:13:08 +0200 Subject: [PATCH] Aggresively load helm --- core/core-helm.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/core-helm.el b/core/core-helm.el index ae2a42425..8c7d5008e 100644 --- a/core/core-helm.el +++ b/core/core-helm.el @@ -1,13 +1,6 @@ ;;; core-helm.el (use-package helm - :commands (helm - helm-etags-select - helm-show-kill-ring - helm-bookmarks - helm-wg - helm-alive-p - helm-attrset) :init (defvar helm-global-prompt ">>> ") (setq helm-quick-update t @@ -21,8 +14,6 @@ helm-split-window-default-side 'other helm-split-window-preferred-function 'narf/helm-split-window) :config - (require 'helm-ag) - (evil-set-initial-state 'helm-mode 'emacs) (add-popwin-rule! "\\`\\*helm.*?\\*\\'" :regexp t :position bottom :height 15)