From 154b3c331bfbada500f1c2a67d38c9f9110e87c4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 21 Aug 2018 00:05:39 +0200 Subject: [PATCH] helm: remap find-library -> helm-locate-library Is superior to find-library --- modules/completion/helm/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index f43a596c3..d72077cef 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -43,6 +43,7 @@ be negative.") :init (define-key! 'global [remap apropos] #'helm-apropos + [remap find-library] #'helm-locate-library [remap bookmark-jump] #'helm-bookmarks [remap execute-extended-command] #'helm-M-x [remap find-file] #'helm-find-files