Browse Source

Merge pull request #705 from tuhdo/master

Helm cleanup
custom
Bozhidar Batsov 11 years ago
parent
commit
5362e410c4
  1. 5
      modules/prelude-helm.el

5
modules/prelude-helm.el

@ -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)

Loading…
Cancel
Save