mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Install and setup helm, helm-projectile, helm-ack, and helm-ag
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -52,6 +52,10 @@
|
||||
gitconfig-mode
|
||||
grizzl
|
||||
haml-mode
|
||||
helm
|
||||
helm-ack
|
||||
helm-ag
|
||||
helm-projectile
|
||||
highlight-indentation
|
||||
ido-vertical-mode
|
||||
inf-ruby
|
||||
|
||||
Reference in New Issue
Block a user