From b4e0ca71dd473b2d64f38a98950d3bc5ffd9f6ed Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 25 Jul 2017 16:43:54 +0100 Subject: [PATCH] Update helm setup --- modules/siren-helm.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/modules/siren-helm.el b/modules/siren-helm.el index 1e19da0..0271956 100644 --- a/modules/siren-helm.el +++ b/modules/siren-helm.el @@ -6,17 +6,19 @@ ;;; Code: -(siren-require-packages - '(helm helm-swoop helm-ag helm-projectile helm-open-github helm-ls-git - helm-gtags)) +(siren-require-packages '(helm helm-ag helm-descbinds helm-describe-modes + helm-gtags helm-ls-git helm-open-github + helm-projectile helm-swoop)) (require 'helm) -(require 'helm-swoop) -(require 'helm-projectile) -(require 'helm-open-github) (require 'helm-ag) -(require 'helm-ls-git) +(require 'helm-describe-modes) (require 'helm-gtags) +(require 'helm-ls-git) +(require 'helm-open-github) +(require 'helm-projectile) +(require 'helm-swoop) +(require 'helm-descbinds) (setq helm-ag-ignore-patterns '("*.sql") helm-ag-source-type "file-line"