From c5a92f206e8c1a2274e9b171ea1aac8e73d8c3ba Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Fri, 8 Jun 2018 10:32:22 -0700 Subject: [PATCH] Helm: Remove * in evil-collection-define-key --- evil-collection-helm.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/evil-collection-helm.el b/evil-collection-helm.el index a980217..1f89f6c 100644 --- a/evil-collection-helm.el +++ b/evil-collection-helm.el @@ -120,12 +120,12 @@ (kbd "C-b") 'helm-previous-page) (dolist (map (list helm-find-files-map helm-read-file-map)) - (evil-collection-define-key* 'normal map - "go" 'helm-ff-run-switch-other-window - "/" 'helm-ff-run-find-sh-command) - (evil-collection-define-key* '(insert normal) map - (kbd "S-") 'helm-ff-run-switch-other-window - (kbd "M-h") 'helm-find-files-up-one-level)) + (evil-collection-define-key 'normal map + "go" 'helm-ff-run-switch-other-window + "/" 'helm-ff-run-find-sh-command) + (evil-collection-define-key '(insert normal) map + (kbd "S-") 'helm-ff-run-switch-other-window + (kbd "M-h") 'helm-find-files-up-one-level)) ;; TODO: Change the Helm header to display "M-l" instead of "C-l". We don't ;; want to modify the Emacs Helm map.