Update helm setup

This commit is contained in:
2016-12-06 12:47:22 +00:00
parent fa6d7b44af
commit bcc1725df9

View File

@@ -7,15 +7,17 @@
;;; Code:
(siren-require-packages
'(helm helm-swoop helm-ag helm-projectile helm-open-github))
'(helm helm-swoop helm-ag helm-projectile helm-open-github helm-ls-git))
(require 'helm)
(require 'helm-swoop)
(require 'helm-projectile)
(require 'helm-open-github)
(require 'helm-ag)
(require 'helm-ls-git)
(setq helm-ag-source-type "file-line"
(setq helm-ag-ignore-patterns '("*.sql")
helm-ag-source-type "file-line"
helm-autoresize-mode 1
helm-open-github-commit-limit 10000)