From 6077907f83e5793e5b4a22e0f97dedfc165ae0f4 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 15 Jan 2016 07:23:54 +0100 Subject: Add keymap and help-message to helm-type-file. * helm-files.el (helm-file-cache): Remove keymap and help already defined in type-file. (helm-recentf-source): Remove keymap and help already defined in type-file. (helm-files-in-current-dir-source): Remove keymap and help already defined in type-file. * helm-locate.el (helm-locate-source): Remove keymap and help already defined in type-file. * helm-types.el (helm--setup-source): Do it. --- helm-locate.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'helm-locate.el') diff --git a/helm-locate.el b/helm-locate.el index be8aff0f..05dac7f1 100644 --- a/helm-locate.el +++ b/helm-locate.el @@ -305,9 +305,7 @@ See also `helm-locate'." (candidates-process :initform 'helm-locate-init) (requires-pattern :initform 3) (history :initform 'helm-file-name-history) - (keymap :initform helm-generic-files-map) (persistent-action :initform 'helm-ff-kill-or-find-buffer-fname) - (help-message :initform 'helm-generic-file-help-message) (candidate-number-limit :initform 9999))) (defvar helm-source-locate -- cgit v1.2.3