From e9870a7ce7537d1ee06ea00cdcec0bdc5cce8066 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 4 Oct 2017 17:04:58 +0200 Subject: [PATCH] =?UTF-8?q?[Helm]=20Require=20=E2=80=98helm-files=E2=80=99?= =?UTF-8?q?=20instead=20of=20=E2=80=98helm-x-files=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 97bda6e..2d708fd 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -295,7 +295,7 @@ If FILE is not given, prompt for one." (defun db/helm-shortcuts () "Open helm completion on common locations." (interactive) - (require 'helm-x-files) + (require 'helm-files) (helm :sources '(db/helm-frequently-used-features db/helm-frequently-visited-locations)))