emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 27c6245 05/87: Remove helm-do-grep. Its


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 27c6245 05/87: Remove helm-do-grep. Its no longer found in helm
Date: Wed, 14 Apr 2021 18:46:56 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 27c624527aae0f3c285205fad5518f470efe2039
Author: Fidler <matthew.fidler@gmail.com>
Commit: Fidler <matthew.fidler@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]