branch: externals/ergoemacs-mode
commit 27c624527aae0f3c285205fad5518f470efe2039
Author: Fidler <[email protected]>
Commit: Fidler <[email protected]>
Remove helm-do-grep. Its no longer found in helm
---
ergoemacs-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 9b43609..355843f 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1028,7 +1028,7 @@
(ergoemacs-component helm-remaps ()
"Remaps for helm-mode"
(when helm-mode
- (global-set-key [remap grep] 'helm-do-grep)
+ ;; (global-set-key [remap grep] 'helm-do-grep) ;; Removed grep
https://github.com/emacs-helm/helm/issues/1377
(global-set-key [remap execute-extended-command] 'helm-M-x)
(global-set-key [remap switch-to-buffer] 'helm-mini)
(global-set-key [remap find-file] 'helm-find-files)