Helm cleanup

Such bindings prevent editing the *grep buffer.
This commit is contained in:
Tu Do 2014-10-09 09:32:23 +07:00
parent 41d312fea0
commit 741cfb12e8

View file

@ -36,7 +36,6 @@
(prelude-require-packages '(helm helm-projectile))
(require 'helm-config)
(require 'helm-grep)
(require 'helm-projectile)
(when (executable-find "curl")
@ -62,10 +61,6 @@
(define-key helm-command-map (kbd "C-c w") 'helm-wikipedia-suggest)
(define-key helm-command-map (kbd "SPC") 'helm-all-mark-rings)
(define-key helm-grep-mode-map (kbd "RET") 'helm-grep-mode-jump-other-window)
(define-key helm-grep-mode-map (kbd "n") 'helm-grep-mode-jump-other-window-forward)
(define-key helm-grep-mode-map (kbd "p") 'helm-grep-mode-jump-other-window-backward)
(push "Press <C-c p h> to navigate a project in Helm." prelude-tips)
(provide 'prelude-helm)