diff options
Diffstat (limited to 'lisp/ravi-init-helm.el')
| -rw-r--r-- | lisp/ravi-init-helm.el | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el index 442e427..b4097d3 100644 --- a/lisp/ravi-init-helm.el +++ b/lisp/ravi-init-helm.el @@ -57,26 +57,22 @@ :commands helm-proc :init (progn - (bind-key "q" 'helm-proc helm-command-map)) - :ensure t) + (bind-key "q" 'helm-proc helm-command-map))) (use-package helm-git-grep :commands (helm-git-grep-from-isearch helm-git-grep-from-helm) :init (progn (bind-key "C-c g" 'helm-git-grep-from-helm helm-map) - (bind-key "C-c g" 'helm-git-grep-from-isearch isearch-mode-map)) - :ensure t) + (bind-key "C-c g" 'helm-git-grep-from-isearch isearch-mode-map))) (use-package helm-ls-git - :bind (("C-x v j" . helm-ls-git-ls)) - :ensure t) + :bind (("C-x v j" . helm-ls-git-ls))) (use-package helm-ag :config (progn - (setq helm-ag-insert-at-point 'symbol)) - :ensure t) + (setq helm-ag-insert-at-point 'symbol))) (use-package helm-dash :commands (helm-dash @@ -86,18 +82,15 @@ :init (progn (bind-key "d" 'helm-dash-at-point helm-command-map) - (bind-key "D" 'helm-dash helm-command-map)) - :ensure t) + (bind-key "D" 'helm-dash helm-command-map))) (use-package helm-xref :commands helm-xref-show-refs :init (progn - (setq xref-show-xrefs-function 'helm-xref-show-xrefs)) - :ensure t)) + (setq xref-show-xrefs-function 'helm-xref-show-xrefs)))) :if ravi/use-helm-instead-of-ido - :diminish helm-mode - :ensure t) + :diminish helm-mode) (use-package helm-swoop :bind (("M-i" . helm-swoop)) @@ -118,8 +111,7 @@ ;; Split direcion. 'split-window-vertically or 'split-window-horizontally ;; (setq helm-swoop-split-direction 'split-window-vertically) - ) - :ensure t) + )) (provide 'ravi-init-helm) ;;; ravi-init-helm.el ends here |
