Install and setup helm, helm-projectile, helm-ack, and helm-ag

This commit is contained in:
2014-03-11 00:24:59 +00:00
parent adf8818558
commit 02b1402054
3 changed files with 11 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
'(fringe-mode 0 nil (fringe))
'(global-auto-revert-mode t)
'(global-undo-tree-mode t)
'(helm-ag-source-type (quote file-line))
'(history-length 500)
'(ibuffer-formats
(quote

View File

@@ -35,6 +35,12 @@
(global-set-key (kbd "C-s") 'phi-search)
(global-set-key (kbd "C-r") 'phi-search-backward))
(when (require 'helm nil 'noerror)
(global-set-key (kbd "C-c h") 'helm-mini))
(when (require 'helm-projectile nil 'noerror)
(global-set-key (kbd "C-x ;") 'helm-projectile))
;; Expand region
(when (require 'expand-region nil 'noerror)
(global-set-key (kbd "M-.") 'er/expand-region)

View File

@@ -52,6 +52,10 @@
gitconfig-mode
grizzl
haml-mode
helm
helm-ack
helm-ag
helm-projectile
highlight-indentation
ido-vertical-mode
inf-ruby